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

Improve the Lua grammar #64

Open
wants to merge 41 commits into
base: mit-main
Choose a base branch
from

Conversation

bendrissou
Copy link

I have updated the Lua grammar to resolve the following issues:

  • Resolve errors related to mutually left-recursive rules. This is apparent when you try to convert nautilus grammars to antlr grammars, as done in Grammar-Mutator.
  • Allow function calls in statements.
  • Correct one function definition rule.

These changes align with the official Lua grammar.

@bendrissou bendrissou force-pushed the mit-main branch 2 times, most recently from d15817d to 429341b Compare August 13, 2024 17:32
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.

1 participant