pebblisp/src
Sage Vaillancourt b0e89cafd4 Toying with a more optimized function representation.
Starting with just struct accesses.
2022-04-14 16:05:46 -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 Toying with a more optimized function representation. 2022-04-14 16:05:46 -04:00
object.h Toying with a more optimized function representation. 2022-04-14 16:05:46 -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 Toying with a more optimized function representation. 2022-04-14 16:05:46 -04:00
pebblisp.h Allow number indexing of struct fields. 2022-04-13 16:57:58 -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 Fix no-context error-handling. 2022-04-14 16:04:25 -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 Fix no-context error-handling. 2022-04-14 16:04:25 -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