Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
dtc authored
o Fix sharp-backslash which had been binding the *readtable* to the
  std-lisp-readtable and breaking the recognition of the end of the token.
o A new supporting function read-extended-token-escaped has been added
  that reads a token with the first character escaped, and
  internal-read-extended-token has been extended to handle the case in
  which the first character is to be escaped.
o Fix the handling of single escapes within a double escape, within
  the function internal-read-extended-token.
14824ad1
History
Name Last commit Last update
..