diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-15 12:50:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-15 12:50:30 -0700 |
commit | 122b39ad1a2404987157f78ff39a23a4ebb9bbad (patch) | |
tree | cd169fff6ee804115c907862e847890814e08335 /ChangeLog | |
parent | a8b0e36b1760e51a8a3a25d4e22a325e407ef3d4 (diff) | |
download | txr-122b39ad1a2404987157f78ff39a23a4ebb9bbad.tar.gz txr-122b39ad1a2404987157f78ff39a23a4ebb9bbad.tar.bz2 txr-122b39ad1a2404987157f78ff39a23a4ebb9bbad.zip |
* parser.y (text): Allow the EMPTY token (the @(empty) syntax)
to be a text.
* txr.1: Documented @(empty).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-03-15 Kaz Kylheku <kaz@kylheku.com> + + * parser.y (text): Allow the EMPTY token (the @(empty) syntax) + to be a text. + + * txr.1: Documented @(empty). + 2014-03-14 Kaz Kylheku <kaz@kylheku.com> * parser.l (regex_parse, lisp_parse): Fix neglected handling of |