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

Definition of eclector.readtable:readtablep seem to be forgotten #61

Closed kpoeck closed 4 years ago

kpoeck commented 4 years ago

there is just the defgeneric, so I assume the following must be added in methods.lisp

(defmethod eclector.readtable:readtablep ((readtable ECLECTOR.READTABLE.SIMPLE:READTABLE))
  t)