chiark / gitweb /
src/module-parse.lisp: Improve error recovery for `class' item framing.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit6362119ed7d736a6617f59f46ec98b6351cb9867
tree24cfed65a60ca5eb3ab087acb02a87d9dad3a61b
parenta547121fd73f150141cdb91636d37b21093f9d27
src/module-parse.lisp: Improve error recovery for `class' item framing.

Cope with a failure to parse the class name (by inventing a synthetic
name) and/or superclass list (by forcing the use of `SodObject' as a
parent).
src/module-parse.lisp