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

Allow recovering from syntax errors when possible #64

Closed scymtym closed 4 years ago

scymtym commented 4 years ago

A recover restart should be established whenever it is possible to recover and continue reading.

Conditions and recovery are needed for:

Other aspects: