Ohm-S icon indicating copy to clipboard operation
Ohm-S copied to clipboard

The results of many pexprs produce ambiguous nodes

Open codeZeilen opened this issue 4 years ago • 0 comments

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.

codeZeilen avatar Jul 13 '20 08:07 codeZeilen