diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-12-08 21:14:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-12-08 21:14:51 -0800 |
commit | 2b896e09bdf71fb94e40a105b681c26938daa961 (patch) | |
tree | d86ed08a261777b73ba120446bcd8d776f94415f /win | |
parent | 7c54bf4d7b251cbe49ee1eb56f167917c772671b (diff) | |
download | txr-2b896e09bdf71fb94e40a105b681c26938daa961.tar.gz txr-2b896e09bdf71fb94e40a105b681c26938daa961.tar.bz2 txr-2b896e09bdf71fb94e40a105b681c26938daa961.zip |
print: print/read consistency problem with rcons.
* lib.c (obj_print_impl): Do not print (rcons X Y)
as X..Y if X looks like (rcons ...). This
causes the problem that (rcons (rcons 1 2) 3)
prints as 1..2..3, a notation which unambiguously
means (rcons 1 (rcons 2 3)).
* tests/012/syntax.tl: New test cases.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions