an extremely simple pure lisp built in c++ templates it is bodged together and more of a proof of concept than anything it hasn't been properly tested
Go to file
sortai fc0234a634 Update 'README.md' 2021-09-12 16:06:41 +00:00
.gitignore Initial commit 2021-09-12 15:58:32 +00:00
README.md Update 'README.md' 2021-09-12 16:06:41 +00:00
main.cpp added a couple of comments 2021-09-12 16:03:43 +00:00

README.md

LISP_in_templates

An extremely simple pure lisp built in c++ templates. It is bodged together and more of a proof of concept than anything. 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).