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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sortai 677f3611f5
removed underscores from title
2 years ago
.gitignore Initial commit 2 years ago
README.md removed underscores from title 2 years ago
main.cpp added a couple of comments 2 years ago

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).