Baremetal Lisp interpreter and compiler for low-resource devices
Name | Größe | Rev. | Zeit | Autor | Log Message |
---|---|---|---|---|---|
tests | |||||
makefile | 1.4 k | 04a05b7 | 2020-09-13 06:39:50 | AlaskanEmily | Add pointers and protocols to the S-e... |
sl.mk | 1.86 k | 342e19e | 2020-09-13 06:58:55 | AlaskanEmily | Move builtins to a separate file |
sl_i.c | 43.96 k | c570882 | 2020-09-21 09:51:46 | AlaskanEmily | Add some very basic typechecking for ... |
sl_i.h | 3.97 k | c570882 | 2020-09-21 09:51:46 | AlaskanEmily | Add some very basic typechecking for ... |
sl_i_builtin.c | 8.47 k | 00e4864 | 2020-09-14 09:00:11 | AlaskanEmily | Add stdin, stdout, and stderr files |
sl_i_builtin.h | 2.98 k | 00e4864 | 2020-09-14 09:00:11 | AlaskanEmily | Add stdin, stdout, and stderr files |
sl_i_main.c | 2.24 k | 00e4864 | 2020-09-14 09:00:11 | AlaskanEmily | Add stdin, stdout, and stderr files |
sl_s.c | 10.27 k | b515d44 | 2020-09-14 08:40:58 | AlaskanEmily | Add pointer and protocol support to S... |
sl_s.h | 16.29 k | b515d44 | 2020-09-14 08:40:58 | AlaskanEmily | Add pointer and protocol support to S... |
sl_s_parse.c | 19.13 k | fc650e8 | 2020-09-10 10:40:39 | AlaskanEmily | Add compile-time optional line number... |
sl_s_parse.h | 3.92 k | fc650e8 | 2020-09-10 10:40:39 | AlaskanEmily | Add compile-time optional line number... |
sl_x.c | 21.28 k | c570882 | 2020-09-21 09:51:46 | AlaskanEmily | Add some very basic typechecking for ... |
sl_x.h | 8.2 k | c570882 | 2020-09-21 09:51:46 | AlaskanEmily | Add some very basic typechecking for ... |
sl_x_io.h | 3.91 k | 9853454 | 2020-09-07 07:54:14 | AlaskanEmily | Initial commit |
test_memcpy.c | 5.26 k | ca3111a | 2020-09-10 05:20:44 | AlaskanEmily | Fixes for compiling with clang |
test_sl_s.c | 8.23 k | 5258c55 | 2020-09-10 10:47:42 | AlaskanEmily | Add a unit test for struct layout. N... |
test_sl_s_parse.c | 20.68 k | fc650e8 | 2020-09-10 10:40:39 | AlaskanEmily | Add compile-time optional line number... |
yyy_test.h | 11.68 k | ca3111a | 2020-09-10 05:20:44 | AlaskanEmily | Fixes for compiling with clang |