Closed GoogleCodeExporter closed 9 years ago
Thanks for the list. These were missing mainly because I didn't know which ones
to add while adding the char syntax.
$ bin/vm fasl/bootp.fasl -e '(list #\alarm #\backspace #\delete #\escape
#\newline #\null #\return #\space #\tab #\*)'
(7 8 127 27 10 0 13 32 9 42)
I just recalled the issue of #\spacer being parsed successfully to 32 and r
instead of an error affects this one, so not marking as fixed yet though. The
same issue affects many other things currently, like concatenated numbers and
symbols.
Original comment by aohelin
on 4 Jan 2012 at 7:42
Will track overly permissive parsing issues separately.
Original comment by aohelin
on 4 Jan 2012 at 7:50
Original issue reported on code.google.com by
johnwco...@gmail.com
on 4 Jan 2012 at 7:17