1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov cee72a9c82
func "arcane/parse"
2023-05-06 20:35:04 +04:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src func "arcane/parse" 2023-05-06 20:35:04 +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 func "arcane/parse" 2023-05-06 20:35:04 +04:00
test.txt func "arcane/parse" 2023-05-06 20:35:04 +04:00

README.md

TODO

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