Menu

#18 event based parsing

open
nobody
None
5
2005-10-04
2005-10-04
No

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.

Discussion