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
108 stars 9 forks source link

Attempting to read "#2A((1) 1)" signals the wrong error #45

Closed scymtym closed 5 years ago

scymtym commented 5 years ago

The sharpsign-a reader macro calls (length 1) at some point, signaling a type error instead of the appropriate eclector.reader:read-object-type-error.