diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-16 11:11:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-16 11:11:43 -0700 |
commit | 04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40 (patch) | |
tree | fbae8b38e6e6900ccb90c0e3769eef7af12eca57 /ChangeLog | |
parent | 80368daa62166345e31418d5fff72a5069801f2a (diff) | |
download | txr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.tar.gz txr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.tar.bz2 txr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.zip |
* parser.l: Implemented hexadecimal integer constants.
These will be very useful since bit operations are about
to be implemented.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-09-16 Kaz Kylheku <kaz@kylheku.com> + + * parser.l: Implemented hexadecimal integer constants. + These will be very useful since bit operations are about + to be implemented. + + * txr.1: Documented. + 2012-09-12 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, |