LISP_in_templates/README.md

7 lines
301 B
Markdown
Raw Permalink Normal View History

2021-09-12 19:11:58 +00:00
# LISP in templates
2021-09-12 15:58:32 +00:00
2021-09-12 16:06:41 +00:00
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).