Ohm-S
Ohm-S copied to clipboard
The results of many pexprs produce ambiguous nodes
The cst resulting from parsing aabbbcbcd
with the following grammar is ambiguous:
ManyTestGrammar { StartRule = "a"+ ("b"+ "c")+ "d"+ }
We can not determine the matching intervals of "b"+ anymore.