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

Document side effects #42

Closed jurov closed 5 years ago

jurov commented 5 years ago

A suggestion: document methods which have default implementation with side effects. It would be useful for implementation of side-effect-free parser. I know of #. and interning of symbols, perhaps there are other corners of the Spec to be aware of?

scymtym commented 5 years ago

Good suggestion.