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

Comments confuse reader when *READ-SUPPRESS* is true #7

Closed scymtym closed 6 years ago

scymtym commented 6 years ago
(eclector.reader:read (make-string-input-stream "#+(or) #|skipme|# 1 2")) => 1

but should be 2.