s-expressionists / Eclector

A portable Common Lisp reader that is highly customizable, can recover from errors and can return concrete syntax trees
https://s-expressionists.github.io/Eclector/
BSD 2-Clause "Simplified" License
109 stars 9 forks source link

Invalid constituent trait not taken into account #35

Closed robert-strandh closed 5 years ago

robert-strandh commented 5 years ago

(eclector.reader:read-from-string (string #\Backspace)) returns a symbol with a single letter in its name. The way I read the standard is that it should signal an error.