src/module-parse.lisp: Reinstate `peek' around the main item parser.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 18:55:16 +0000 (19:55 +0100)
commitdb2abd9da3507b4329c06cced193ab7bedb49cea
tree13a1300beba1a48018675d7994081bb48b0fdeb3
parent2cbdee3da3cb73df67faf1d90823966b8b41388d
src/module-parse.lisp: Reinstate `peek' around the main item parser.

This was removed for debugging.  Now we can parse slot initializers
again.

The error handling for class items is still pretty awful and needs
fixing.
src/module-parse.lisp