pebblisp/src
Sage Vaillancourt 04b7e7b64a Centralize/simplify file-reading.
Handle comments at the token level.
2022-04-18 11:18:43 -04:00
..
examples Add throw() macro. 2022-04-13 15:17:59 -04:00
Makefile Add simple Promise type. 2022-04-05 23:53:17 -04:00
calc.c Add setGlobal() call to calc.c 2022-04-09 17:24:18 -04:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Start dropping support for semicolon separators. 2022-04-14 00:31:51 -04:00
env.h Split up some of the native testing code. 2022-04-13 16:48:37 -04:00
hash.c Fix (reduce) with lambdas. 2022-04-11 16:38:49 -04:00
hash.h Fix (reduce) with lambdas. 2022-04-11 16:38:49 -04:00
main.c Start dropping support for semicolon separators. 2022-04-14 00:31:51 -04:00
main.h Move main() etc. into main.c 2022-04-05 20:05:58 -04:00
object.c Add refcount to StaticFunction. 2022-04-18 09:59:57 -04:00
object.h Add refcount to StaticFunction. 2022-04-18 09:59:57 -04:00
pebbleobject.c Fixes to run on Pebble hardware. 2022-04-04 00:17:02 +01:00
pebbleobject.h Patch to compile for Pebble devices. 2022-04-02 11:51:06 +01:00
pebblisp.c Centralize/simplify file-reading. 2022-04-18 11:18:43 -04:00
pebblisp.h Centralize/simplify file-reading. 2022-04-18 11:18:43 -04:00
pebcom.c Patch to compile for Pebble devices. 2022-04-02 11:51:06 +01:00
pebcom.h Patch to compile for Pebble devices. 2022-04-02 11:51:06 +01:00
plfunc.c Centralize/simplify file-reading. 2022-04-18 11:18:43 -04:00
plfunc.h Fix (reduce) with lambdas. 2022-04-11 16:38:49 -04:00
tests.sh Start dropping support for semicolon separators. 2022-04-14 00:31:51 -04:00
threads.c Some optimization attempts in progress. 2022-04-12 22:42:41 -04:00
threads.h Some optimization attempts in progress. 2022-04-12 22:42:41 -04:00
tokens.c Centralize/simplify file-reading. 2022-04-18 11:18:43 -04:00
tokens.h General code clean-up. 2022-03-19 22:25:20 -04:00
web.c Start dropping support for semicolon separators. 2022-04-14 00:31:51 -04:00
web.h Patch to compile for Pebble devices. 2022-04-02 11:51:06 +01:00