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

How to handle errors signaled during read-time evaluation? #23

Closed scymtym closed 6 years ago

scymtym commented 6 years ago

Wrap the signaled condition in an Eclector condition?

robert-strandh commented 6 years ago

Sounds good to me.