Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsergenerator #22

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

larry-gonzalez
Copy link
Contributor

Using Flex + Bison to create a parser generator

  • define a backward-compatible grammar for rules
  • create an Abstract Syntax Tree with the rules
  • interpret the AST and build c++ objects

Please Note

  • We introduce two new dependencies:
    • Flex 2.6
    • Bison 3.0
  • There might be problems in mac computers.

@k00ni
Copy link

k00ni commented Jun 27, 2023

Any update on this one? Kinda sad to see this much work wasted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants