An extremely minimal Lisp dialect, written in C.
Go to file
~keith b8cfcc21e1 add let special form 2021-09-23 12:57:26 -04:00
doc add let special form 2021-09-23 12:57:26 -04:00
.gitignore oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
Makefile add documentation 2021-09-23 09:51:39 -04:00
crc_table.h oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
dbg_malloc.c oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
dbg_malloc.h oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
lisp_string.c oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
lisp_string.h oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
lisp_types.h oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00
main.c add let special form 2021-09-23 12:57:26 -04:00
main.h add let special form 2021-09-23 12:57:26 -04:00
native_funs.c add let special form 2021-09-23 12:57:26 -04:00
native_funs.h add let special form 2021-09-23 12:57:26 -04:00
parse.c add let special form 2021-09-23 12:57:26 -04:00
parse.h oopsie i forgot to commit :zany: 2021-09-22 09:54:29 -04:00