Update 'README.md'

master
sortai 2021-09-12 16:06:41 +00:00
parent c7dfbb8283
commit fc0234a634
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# LISP_in_templates # LISP_in_templates
an extremely simple pure lisp built in c++ templates An extremely simple pure lisp built in c++ templates.
it is bodged together and more of a proof of concept than anything It is bodged together and more of a proof of concept than anything.
it hasn't been properly tested It hasn't been properly tested.
The file "main.cpp" contains both the implementation and a test case (inside the main function, which contains nothing else).