Skip to content

Allow different Token/NonTerminal types to be associated with lexical elements using BNFConvertor #36

@warburec

Description

@warburec

e.g. For the grammar:

n:statement\\ list -> n:statement
n:statement\\ list -> n:statement\\ list n:statement
n:statement -> identifier = n:element + n:element ;
n:element -> identifier
n:element -> number

Associate "identifier" with the Identifier class, and "number" with the Literal class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions