First attempt at a incremental garbage-collected lisp. The garbage collection works great, the language needs work. The Y combinator is pretty cool after all. Macros are also very cool.
Find a file
2024-11-28 19:04:12 -06:00
avl first commit 2024-11-28 18:36:25 -06:00
buildtypes first commit 2024-11-28 18:36:25 -06:00
builtins first commit 2024-11-28 18:36:25 -06:00
cmdln first commit 2024-11-28 18:36:25 -06:00
defines first commit 2024-11-28 18:36:25 -06:00
examples the Y combinator is overrated 2024-11-28 19:04:12 -06:00
gc . 2024-11-28 18:40:06 -06:00
memory first commit 2024-11-28 18:36:25 -06:00
parse first commit 2024-11-28 18:36:25 -06:00
string first commit 2024-11-28 18:36:25 -06:00
stringtree first commit 2024-11-28 18:36:25 -06:00
value . 2024-11-28 18:40:06 -06:00
.gitignore first commit 2024-11-28 18:36:25 -06:00
debug.c first commit 2024-11-28 18:36:25 -06:00
debug.h first commit 2024-11-28 18:36:25 -06:00
evaluate.c first commit 2024-11-28 18:36:25 -06:00
evaluate.h first commit 2024-11-28 18:36:25 -06:00
expand_macro.c first commit 2024-11-28 18:36:25 -06:00
expand_macro.h first commit 2024-11-28 18:36:25 -06:00
main.c first commit 2024-11-28 18:36:25 -06:00
makefile first commit 2024-11-28 18:36:25 -06:00
srclist.mk first commit 2024-11-28 18:36:25 -06:00