Skip to content

Create a grammar library that works on CF grammars #137

Description

@LPeter1997

The current parser library is kind of messy because it attempts to work on a semi-eBNF notation but also tries to shove in CF transformations, all while emitting a recursive-descent parser. I have privately worked on a grammar library that should be integrated. It would work with CF languages, but eBNF notation could also be turned into it. It would also open up the possibility for other parsing strategies (LR, GLR, LL, ...).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions