Fix bug with making [] extended alphabetic.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Apr 1991 05:23:30 +0000 (05:23 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Apr 1991 05:23:30 +0000 (05:23 +0000)
commit3a470db1373a2923eb1d4fe5fcce7e5f6f4212f7
tree1dea6e6617787fa1e65e0ec71b1fb49e744f15be
parent90bf6510bc698886202e5c875f3a77fade8dbc79
Fix bug with making [] extended alphabetic.

char-set/atom-delimiters must be changed in the parser to exclude [].
Otherwise the parser goes into an infinite loop since when peeking any
of them, we will read until a delimiter is found, but it will work as
a delimiter, so the empty string will be interned, and we will
dispatch on the peeked char again, ...
v7/src/sicp/studen.scm