silent-entertainment / claxiom

A notebook-style in-browser editor for Common Lisp, the resurrection of cl-notebook with a new name and a new face.
GNU Affero General Public License v3.0
6 stars 0 forks source link

Better parenscript error reporting #3

Open silent-entertainment opened 3 years ago

silent-entertainment commented 3 years ago

From #67:

Currently, parenscript cells with unmatched parens end up getting evaluated as object rather than being flagged with an error. This causes problems when the programmer assumes a cell evaluated properly. Check for balanced parens before doing the thing.