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-02 16:44:18 -06:00
avl added -Wswitch-default 2024-12-02 16:44:18 -06:00
buildtypes added -Wswitch-default 2024-12-02 16:44:18 -06:00
builtins builds for all buildtypes 2024-12-02 16:37:48 -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 builds for all buildtypes 2024-12-02 16:37:48 -06:00
gc builds for all buildtypes 2024-12-02 16:37:48 -06:00
memory builds for all buildtypes 2024-12-02 16:37:48 -06:00
parse builds for all buildtypes 2024-12-02 16:37:48 -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
value builds for all buildtypes 2024-12-02 16:37:48 -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 builds for all buildtypes 2024-12-02 16:37:48 -06:00
evaluate.h first commit 2024-11-28 18:36:25 -06:00
expand_macro.c builds for all buildtypes 2024-12-02 16:37:48 -06:00
expand_macro.h first commit 2024-11-28 18:36:25 -06:00
main.c builds for all buildtypes 2024-12-02 16:37:48 -06:00
makefile added -Wswitch-default 2024-12-02 16:44:18 -06:00
srclist.mk first commit 2024-11-28 18:36:25 -06:00