* src/lread.c (read1): Allow newstyle unquote outside of backquote.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2010 16:37:26 +0000 (11:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2010 16:37:26 +0000 (11:37 -0500)
commitbba3e50834d3957fe2b6f345075a6f38839de4bc
tree8fb0a1cd741c2e9329e9323db8db6366d37ab8f3
parent7454326ab9058b94b956d8c2ac3d3f340281467d
* src/lread.c (read1): Allow newstyle unquote outside of backquote.
Disallow old-style backquotes inside new-style backquotes.
Don't count unquotes to figure out when we're "syntactically inside
but semantically outside of a backquote" any more.
Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
to all contexts.
src/ChangeLog
src/lread.c