Skip to content

Make creating parser/lexer/etc sequence easier #669

Open
@tbodt

Description

@tbodt

To create a parser, you have to create about 5 different objects, most of which are not referenced again. That's quite cumbersome. Maybe a *Recognizer class could be generated which automatically creates the *Parser, *Lexer, and CommonTokenStream, and provides accessors for them, in case you need them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions