pebblisp/src
Sage Vaillancourt 96d759a7e6 Merge branch 'master' of https://gitlab.com/sagev9000/pebblisp 2022-04-11 20:44:38 -04:00
..
examples Add setGlobal() call to calc.c 2022-04-09 17:24:18 -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 Fix more async leakage. 2022-04-11 16:49:48 -04:00
env.h Fix (reduce) with lambdas. 2022-04-11 16:38:49 -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 Merge branch 'master' of https://gitlab.com/sagev9000/pebblisp 2022-04-11 20:44:38 -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 Correcting some REPL behavior. 2022-04-11 20:43:45 -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 Merge branch 'master' of https://gitlab.com/sagev9000/pebblisp 2022-04-11 20:44:38 -04:00
pebblisp.h Merge branch 'master' of https://gitlab.com/sagev9000/pebblisp 2022-04-11 20:44:38 -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 Merge branch 'master' of https://gitlab.com/sagev9000/pebblisp 2022-04-11 20:44:38 -04:00
plfunc.h Fix (reduce) with lambdas. 2022-04-11 16:38:49 -04:00
tests.sh Fix (reduce) with lambdas. 2022-04-11 16:38:49 -04:00
threads.c Fix more async leakage. 2022-04-11 16:49:48 -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