parserz
parserz copied to clipboard
Allow recursive grammars without the explicit use of `Delay`
Everywhere in this file, I'd make sure you are aggressively lazy, so we can have recursive grammars. It will require a trick (identity map) to derive the graph from that, but it can be done.
Originally posted by @jdegoes in https://github.com/spartanz/parserz/pull/52