pebblisp/src
Sage Vaillancourt fe86f7c836 Add Forbble example code
Forbble is a very, very, simple implementation of Forth, written in PebbLisp.
Forbble isn't very practical, but has been a great test-bed for finding areas
where PebbLisp is particularly lacking in features, or expressiveness.
2020-11-08 12:31:45 -05:00
..
examples Add Forbble example code 2020-11-08 12:31:45 -05:00
Makefile Script dir set in Makefile. Rename exec to `pl` 2020-11-07 00:14:19 -05:00
calc.c Update README for recent changes. Remove aliases. 2020-08-09 23:37:28 +01:00
calc.h Add TYPE_OTHER, subscriptions, and PebbleObjects 2020-08-09 20:03:02 +01:00
env.c Move library-like functions into examples/lib.pbl 2020-11-06 16:12:52 -05:00
env.h Revert "Add basic struct notion and tests." 2020-05-18 02:22:39 +01:00
object.c Add `iserr`, `defe`. Fix `eval`. Increase env size 2020-11-06 15:07:12 -05:00
object.h Add `iserr`, `defe`. Fix `eval`. Increase env size 2020-11-06 15:07:12 -05:00
pebbleobject.c Add TYPE_OTHER, subscriptions, and PebbleObjects 2020-08-09 20:03:02 +01:00
pebbleobject.h Add TYPE_OTHER, subscriptions, and PebbleObjects 2020-08-09 20:03:02 +01:00
pebblisp.c Remove lingering printObj() from defe 2020-11-08 11:48:50 -05:00
pebblisp.h Add `iserr`, `defe`. Fix `eval`. Increase env size 2020-11-06 15:07:12 -05:00
pebcom.c Add TYPE_OTHER, subscriptions, and PebbleObjects 2020-08-09 20:03:02 +01:00
pebcom.h Add TYPE_OTHER, subscriptions, and PebbleObjects 2020-08-09 20:03:02 +01:00
tests.sh Script dir set in Makefile. Rename exec to `pl` 2020-11-07 00:14:19 -05:00
tokens.c Added TODO. Text size adjusts with code length 2020-08-02 21:16:26 +01:00
tokens.h Added TODO. Text size adjusts with code length 2020-08-02 21:16:26 +01:00