pebblisp/src
Sage Vaillancourt 9d46a618b6 Tweak strlen checks. 2022-04-08 20:16:34 -04:00
..
examples Tweak strlen checks. 2022-04-08 20:16:34 -04:00
Makefile Add simple Promise type. 2022-04-05 23:53:17 -04:00
calc.c More robust addToTable(). 2022-04-05 15:30:30 -04:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
env.h Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
hash.c Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
hash.h Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
main.c Have (eval) use global scope. 2022-04-08 16:30:15 -04:00
main.h Move main() etc. into main.c 2022-04-05 20:05:58 -04:00
object.c Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
object.h Use stripped Objects in hash.c 2022-04-08 11:49:14 -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 Use stripped Objects in hash.c 2022-04-08 11:49:14 -04:00
pebblisp.h Add funcyEval() for equivalent Func/Lambda eval. 2022-04-07 01:20:59 -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 Tweak strlen checks. 2022-04-08 20:16:34 -04:00
plfunc.h Have (eval) use global scope. 2022-04-08 16:30:15 -04:00
tests.sh Clean us tests.sh 2022-04-07 16:43:05 -04:00
threads.c Add funcyEval() for equivalent Func/Lambda eval. 2022-04-07 01:20:59 -04:00
threads.h More useful type-error messages. 2022-04-06 09:51:53 -04:00
tokens.c No special handling for math operator tokens. 2022-04-07 14:29:35 -04:00
tokens.h General code clean-up. 2022-03-19 22:25:20 -04:00
web.c Add funcyEval() for equivalent Func/Lambda eval. 2022-04-07 01:20:59 -04:00
web.h Patch to compile for Pebble devices. 2022-04-02 11:51:06 +01:00