1
0
Fork 0
Scheme Lisp implementation in C
Find a file
2023-05-08 19:16:52 +04:00
lib Extend and test lists lib 2023-05-08 15:48:56 +04:00
src syntax "cond" 2023-05-08 19:16:52 +04:00
tests syntax "cond" 2023-05-08 19:16:52 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Extend and test lists lib 2023-05-08 15:48:56 +04:00
README.md Add TODO 2023-05-07 21:10:21 +04:00

TODO

  • Macros
  • Garbage collector
  • Tail recursion (in C functions too)
  • Fix procedures on infinite data structs
  • Unicode