]> ocean-lang.org Git - ocean/commitdiff
parsegen: fix up look-ahead for $$NEWLINE items.
authorNeilBrown <neil@brown.name>
Sun, 16 Jun 2019 01:31:54 +0000 (11:31 +1000)
committerNeilBrown <neil@brown.name>
Sun, 16 Jun 2019 02:06:01 +0000 (12:06 +1000)
I was discarding all non-newlines from the lookahead
in the wrong place.
I need to do it based on the productions added, not
the item the are generated by.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found