Implement eval_arg and some builtins.
authorKaz Wesley <kaz@lambdaverse.org>
Sat, 10 Feb 2018 02:19:35 +0000 (18:19 -0800)
committerJason Self <j@jxself.org>
Sat, 10 Feb 2018 17:21:44 +0000 (09:21 -0800)
commit4b917a1f5fe2af0245454fe6be14710b2c24a475
tree6b346c7582b324b17a49df916022d681b58de36c
parent076f331ed656f4f78334d30f395f2f19e12af818
Implement eval_arg and some builtins.

Implement GVAL, SETG, QUOTE, LIST, + (for currently implemented
numeric types), based on an eval_arg mechanism for applicable
operatives.

Signed-off-by: Kaz Wesley <kaz@lambdaverse.org>
src/Makefile.am
src/eval.c
src/test_bindings [new file with mode: 0755]