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

Lambda-List of read-char seems incorrect #36

Closed kpoeck closed 5 years ago

kpoeck commented 5 years ago

In eclector: (input-stream &optional (eof-error-p t) eof-value recursive-p) in clhs 21.2.17 read-char | Function read-char &optional input-stream eof-error-p eof-value recursive-p char