diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-15 18:34:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-15 18:34:38 -0800 |
commit | 3c5a7595153607497420deacfeef1a2cf31d4687 (patch) | |
tree | 7d0a690637a449fb2b3f1609f4ae1f6144fe0b9e /ChangeLog | |
parent | 53fa77578bcc3cebf491656d3c2e7d07c7493674 (diff) | |
download | txr-3c5a7595153607497420deacfeef1a2cf31d4687.tar.gz txr-3c5a7595153607497420deacfeef1a2cf31d4687.tar.bz2 txr-3c5a7595153607497420deacfeef1a2cf31d4687.zip |
* eval.c (bind_macro_params): Bugfix: the :whole parameter must
capture the entire form, not just the arguments.
(expand): Apply rlcp to the result of macro expansion, if it has
not set up source code location.
(eval_init): Register rlcp as intrinsic.
* txr.1: Start of macro documentation. Documented rlcp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-02-15 Kaz Kylheku <kaz@kylheku.com> + * eval.c (bind_macro_params): Bugfix: the :whole parameter must + capture the entire form, not just the arguments. + (expand): Apply rlcp to the result of macro expansion, if it has + not set up source code location. + (eval_init): Register rlcp as intrinsic. + + * txr.1: Start of macro documentation. Documented rlcp. + +2014-02-15 Kaz Kylheku <kaz@kylheku.com> + First cut at implementation of macros. * eval.c (top_mb, defmacro_s, macro_time_s, whole_k, env_k): New global |