event based parsing
Brought to you by:
matts22
The event based parsing mode must avoid allocating memory for
sexpr elements if the parser is in EVENTS_ONLY mode. This is
currently a bit of a hack - a duplicate implementation of the parser
was created and then gutted to remove allocation statements.
Rolling these back together in a clean way would be preferable for
blessing this for release.