diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 07:19:18 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 07:19:18 -0700 |
commit | e1aa0323be7eba355780d76455dde25ed51d481f (patch) | |
tree | da4074aa28a257e82805cfa0d8b82e010b5c0b9a /ChangeLog | |
parent | 2f792610c11dd2a82a5e9b35be55a227665e76d1 (diff) | |
download | txr-e1aa0323be7eba355780d76455dde25ed51d481f.tar.gz txr-e1aa0323be7eba355780d76455dde25ed51d481f.tar.bz2 txr-e1aa0323be7eba355780d76455dde25ed51d481f.zip |
Bugfix: allow @1 in brace variables.
* parser.l (grammar): Scan a METANUM token in the
BRACED state also. This allows us to correctly
reference op arguments in a quasiliteral, as in
`foo @{@1 [1..2] ","} bar`.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-07-07 Kaz Kylheku <kaz@kylheku.com> + Bugfix: allow @1 in brace variables. + + * parser.l (grammar): Scan a METANUM token in the + BRACED state also. This allows us to correctly + reference op arguments in a quasiliteral, as in + `foo @{@1 [1..2] ","} bar`. + +2015-07-07 Kaz Kylheku <kaz@kylheku.com> + Improved printing of stream objects. * stream.c (null_stream_print): Static function removed. |