pebblisp/src
Sage Vaillancourt cba73e45b7 Add explicit fallback prompt. 2022-10-11 20:44:03 -04:00
..
examples Fix mapO behavior to match typical lambdas. 2022-05-02 16:55:27 -04:00
plfunc Add a simple assert() macro. 2022-04-27 16:44:07 -04:00
Makefile Add a simple assert() macro. 2022-04-27 16:44:07 -04:00
calc.c Add dedicated plfunc directory. 2022-04-22 08:57:02 -04:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Square up escaping. 2022-04-26 16:23:55 -04:00
env.h Start work on hash-table objects. 2022-04-18 16:59:35 -04:00
hash.c Add a simple assert() macro. 2022-04-27 16:44:07 -04:00
hash.h Square up escaping. 2022-04-26 16:23:55 -04:00
main.c Add explicit fallback prompt. 2022-10-11 20:44:03 -04:00
main.h Move main() etc. into main.c 2022-04-05 20:05:58 -04:00
object.c Add a simple assert() macro. 2022-04-27 16:44:07 -04:00
object.h Fix mapO behavior to match typical lambdas. 2022-05-02 16:55:27 -04:00
pebblisp.c Fix mapO behavior to match typical lambdas. 2022-05-02 16:55:27 -04:00
pebblisp.h Add simple varargs. 2022-04-25 13:39:03 -04:00
tests.sh Add Forbble comments. 2022-04-22 14:56:16 -04:00
tokens.c Add simple varargs. 2022-04-25 13:39:03 -04:00
tokens.h Add simple varargs. 2022-04-25 13:39:03 -04:00