pebblisp/src
Sage Vaillancourt f48e1bf5c9 REPL defers to sh when a symbol isn't found. 2022-03-29 22:51:13 -04:00
..
examples Fix env memory bug. 2022-03-29 14:40:28 -04:00
Makefile Reference count strings. 2022-03-28 09:56:34 -04:00
calc.c Patch some bits of calc.c for new stringObj() 2022-03-29 14:02:07 -04:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Add docs/tests to the old BASIC_OP functions. 2022-03-29 20:00:57 -04:00
env.h Remove readFromEnvironment(). 2022-03-29 16:31:23 -04:00
object.c Fix env memory bug. 2022-03-29 14:40:28 -04:00
object.h Fix env memory bug. 2022-03-29 14:40:28 -04:00
pebbleobject.c Finally some consistent styling. 2022-01-07 16:55:03 -05:00
pebbleobject.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
pebblisp.c REPL defers to sh when a symbol isn't found. 2022-03-29 22:51:13 -04:00
pebblisp.h Define function symbols at their declaration. 2022-03-29 19:00:01 -04:00
pebcom.c Finally some consistent styling. 2022-01-07 16:55:03 -05:00
pebcom.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
plfunc.c Fix `rf` string-offsetting bug. 2022-03-29 16:57:59 -04:00
plfunc.h Add docs/tests to the old BASIC_OP functions. 2022-03-29 20:00:57 -04:00
tests.sh Add some runtime type-checking. 2022-03-28 13:19:44 -04:00
tokens.c Reference count LAMBDAS. 2022-03-26 19:51:52 -04:00
tokens.h General code clean-up. 2022-03-19 22:25:20 -04:00
web.c Move help directly into env. 2022-03-29 15:09:36 -04:00
web.h Define function symbols at their declaration. 2022-03-29 19:00:01 -04:00