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

Convert Abstract Syntax Trees to Non-Deterministic Finite Automata #12

Closed
4 tasks done
mkpro118 opened this issue Jun 6, 2024 · 1 comment
Closed
4 tasks done
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mkpro118
Copy link
Owner

mkpro118 commented Jun 6, 2024

The AST will be converted into an NFA. NFAs are easier to represent regular expressions and can be converted to DFAs if needed.

@mkpro118 mkpro118 added the enhancement New feature or request label Jun 6, 2024
@mkpro118 mkpro118 self-assigned this Jun 6, 2024
@mkpro118 mkpro118 added this to the NFA milestone Jun 17, 2024
@mkpro118 mkpro118 closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant