diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-21 10:15:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-21 10:15:07 -0800 |
commit | 47833d3b34633299a1afd778e658bc77f146a03c (patch) | |
tree | 4b6b76094ae546b24e3f0acbb495b3d7c9f46b7c /ChangeLog | |
parent | aa355befc89d94f3f43d3ae4124f7d048fb4e588 (diff) | |
download | txr-47833d3b34633299a1afd778e658bc77f146a03c.tar.gz txr-47833d3b34633299a1afd778e658bc77f146a03c.tar.bz2 txr-47833d3b34633299a1afd778e658bc77f146a03c.zip |
Basic implementation of constantp. Does not
recognize forms like (+ 2 2) as constant.
* eval.c (constantp_noex, constantp): New functions.
(eval_init): Registered constantp as intrinsic.
* tl.vim, txr.vim: Updated.
* txr.1: Documented constantp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-01-22 Kaz Kylheku <kaz@kylheku.com> + + Basic implementation of constantp. Does not + recognize forms like (+ 2 2) as constant. + + * eval.c (constantp_noex, constantp): New functions. + (eval_init): Registered constantp as intrinsic. + + * tl.vim, txr.vim: Updated. + + * txr.1: Documented constantp. + 2015-01-21 Kaz Kylheku <kaz@kylheku.com> * stream.c (get_string): New argument, close_after_p. |