Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    14824ad1
    Based on patches from Tim Moore; problem noted by Sam Steingold: · 14824ad1
    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
    Based on patches from Tim Moore; problem noted by Sam Steingold:
    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.