]> ocean-lang.org Git - ocean/commit
parsergen - don't completely hide non-critical conflicts.
authorNeilBrown <neil@brown.name>
Wed, 5 Jun 2019 08:09:59 +0000 (18:09 +1000)
committerNeilBrown <neil@brown.name>
Wed, 5 Jun 2019 08:09:59 +0000 (18:09 +1000)
commitf5e50e504ef5724ed7d9f13c411fff28d2b17a1e
treef440eabd6c7ddf51265e3d2817fd7a060f039e01
parentfa35c2e89220fb586700f934d9beba2f3e806f0f
parsergen - don't completely hide non-critical conflicts.

Shift/Reduce conflicts that are likely to be resolved by
a line break are currently hidden.  This is probably a good idea,
but sometimes it can be useful to see them anyway.
So report them as "non-critical" conflicts, and don't
count them - so if no other conflicts are found, the
"no conflicts" message is still generated.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/parsergen.mdc