pebblisp/src
Sage Vaillancourt f89417ab9e Load script arguments into `args` list
For example, running "./do_math.pl 5 + 5" would define args as a list of
( /usr/bin/pl ./do_math.pl 5 + 5 ), where each of the five elements is a
string object. The arguments will also be loaded when opening the repl,
but NOT when writing  pl code directly as command-line arguments (i.e.
'./pl "(* 9 9)"').
2021-07-10 22:46:31 -04:00
..
examples Disable Forbble REPL. Add Forbble-based tests 2021-07-05 05:09:32 -04:00
Makefile Correct executable target location 2021-07-05 00:26:18 -04: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 Corrects all known memory leaks 2021-07-05 05:08:37 -04:00
env.h Revert "Add basic struct notion and tests." 2020-05-18 02:22:39 +01:00
object.c Some type-check functions. Consistent 'if' styling 2021-07-04 23:48:26 -04:00
object.h Check indexes etc for `at` 2021-07-05 01:13:59 -04: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 Load script arguments into `args` list 2021-07-10 22:46:31 -04:00
pebblisp.h Added `loadfile` to standalone. 2021-07-04 21:49:41 -04: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 Left-align checkmarks for valgrind testing 2021-07-05 05:32:47 -04: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