1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov af6458a173
Add TODO
2023-05-06 17:40:46 +04:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src Improve tests 2023-05-06 17:37:10 +04:00
.gitignore Add non-interactive mode & Scheme Lisp tests 2023-05-06 16:54:30 +04:00
Makefile Add non-interactive mode & Scheme Lisp tests 2023-05-06 16:54:30 +04:00
README.md Add TODO 2023-05-06 17:40:46 +04:00
test.scm Improve tests 2023-05-06 17:37:10 +04:00
test.txt Improve tests 2023-05-06 17:37:10 +04:00

README.md

TODO

  • Garbage collector
  • Tail recursion (in C functions too)