]> ocean-lang.org Git - ocean/commitdiff
parsergen: revert the allowance for "non-critical" conflicts.
authorNeilBrown <neil@brown.name>
Sun, 16 Jun 2019 02:37:23 +0000 (12:37 +1000)
committerNeilBrown <neil@brown.name>
Sun, 16 Jun 2019 02:37:23 +0000 (12:37 +1000)
Having improved the parsing approach, I don't get any
"non-critical" conflicts any more, and I no longer think
they aren't critical.

Conflicts can often be resolved with precendence if they cannot
be resolved any other way.

So treat all conflict, except shift/reduce on NEWLINE, as genuine
conflicts.

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

No differences found