pebblisp/src
Sage Vaillancourt 9da4649a27 Several small additions.
Add basic allocation tracking.
Add extra error context
  - more useful for debugging the language than programs written in it
Let reduce work on a single non-list item. May be removed.
Add more testing.
Add test filtering.
Fix triple-quotes.
2022-03-18 16:12:39 -04:00
..
examples Fix web struct handling. 2022-03-18 11:23:19 -04:00
Makefile Add simple web server implementation. 2022-03-15 21:48:04 -04:00
calc.c Finally some consistent styling. 2022-01-07 16:55:03 -05:00
calc.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
env.c Fix web struct handling. 2022-03-18 11:23:19 -04:00
env.h Fix web struct handling. 2022-03-18 11:23:19 -04:00
object.c Several small additions. 2022-03-18 16:12:39 -04:00
object.h Several small additions. 2022-03-18 16:12:39 -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 Several small additions. 2022-03-18 16:12:39 -04:00
pebblisp.h Several changes. 2022-03-16 16:50:55 -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
tests.sh Several small additions. 2022-03-18 16:12:39 -04:00
tokens.c Several small additions. 2022-03-18 16:12:39 -04:00
tokens.h Finally some consistent styling. 2022-01-07 16:55:03 -05:00
web.c Fix web struct handling. 2022-03-18 11:23:19 -04:00
web.h Add POST method. 2022-03-15 23:22:28 -04:00