From: Kaz Wesley Date: Sat, 10 Feb 2018 02:19:35 +0000 (-0800) Subject: Implement eval_arg and some builtins. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=4b917a1f5fe2af0245454fe6be14710b2c24a475;hp=4b917a1f5fe2af0245454fe6be14710b2c24a475;p=muddle-interpreter.git 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 ---