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)
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>

No differences found