Skip to content

The results of many pexprs produce ambiguous nodes #51

@codeZeilen

Description

@codeZeilen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions