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

Some grammars are no longer ANTLR4 compatible #42

Open
nilshoffmann opened this issue Nov 8, 2024 · 0 comments
Open

Some grammars are no longer ANTLR4 compatible #42

nilshoffmann opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@nilshoffmann
Copy link
Member

The Systematic and FattyAcids grammars no longer are compatible with ANTLR4.
However, the fix seems simple: lexer rule names (symbols) must be written in UPPER_CASE, while parser rule names (compositions) must be written in lower_case.

@nilshoffmann nilshoffmann added bug Something isn't working documentation Improvements or additions to documentation labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants