diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-15 22:50:25 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-15 22:50:25 -0800 |
commit | aba056045000ed165027829eef93d469cc04b35d (patch) | |
tree | 2e7d03258d5d62288a4f2f62e1d11559ae81f1d0 /ChangeLog | |
parent | 9ba41588b1282bde4e113406923ec081124cded6 (diff) | |
download | txr-aba056045000ed165027829eef93d469cc04b35d.tar.gz txr-aba056045000ed165027829eef93d469cc04b35d.tar.bz2 txr-aba056045000ed165027829eef93d469cc04b35d.zip |
* lib.c (obj_print, obj_pprint): Convert the internal representation
of @sym and @(expr ...) syntax back to these notations instead
of leaving them as (sys:var sym) and (sys:expr expr ...).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-01-15 Kaz Kylheku <kaz@kylheku.com> + * lib.c (obj_print, obj_pprint): Convert the internal representation + of @sym and @(expr ...) syntax back to these notations instead + of leaving them as (sys:var sym) and (sys:expr expr ...). + +2014-01-15 Kaz Kylheku <kaz@kylheku.com> + * eval.c (append_each_s, append_each_star_s): New symbol variables. (op_each, expand): Support append-each and append-each*. (eval_init): Initialize new symbol variables, and register |