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-12-05 20:22:39 -06:00
avl added -Wswitch-default 2024-12-02 16:44:18 -06:00
buildtypes . 2024-12-02 19:33:23 -06:00
builtins . 2024-12-02 19:33:23 -06:00
cmdln . 2024-12-02 19:33:23 -06:00
defines . 2024-12-02 19:33:23 -06:00
examples The y contaminator, revised 2024-12-05 20:22:39 -06:00
gc . 2024-12-02 19:33:23 -06:00
memory builds for all buildtypes 2024-12-02 16:37:48 -06:00
parse The proper comment character 2024-12-05 20:22:33 -06:00
string builds for all buildtypes 2024-12-02 16:37:48 -06:00
stringtree builds for all buildtypes 2024-12-02 16:37:48 -06:00
test . 2024-12-02 19:33:23 -06:00
value . 2024-12-02 19:33:23 -06:00
.gitignore added build-all.py script 2024-12-02 16:38:42 -06:00
build-all.py added build-all.py script 2024-12-02 16:38:42 -06:00
debug.c first commit 2024-11-28 18:36:25 -06:00
debug.h builds for all buildtypes 2024-12-02 16:37:48 -06:00
evaluate.c . 2024-12-02 19:33:23 -06:00
evaluate.h . 2024-12-02 19:33:23 -06:00
main.c . 2024-12-02 19:33:23 -06:00
makefile . 2024-12-02 19:33:23 -06:00
snipe-dep.sh . 2024-12-02 19:33:23 -06:00
srclist.mk . 2024-12-02 19:33:23 -06:00
test.py . 2024-12-02 19:33:23 -06:00