Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that label names in processor start with capital letter
The change is needed since even if ANTLR enables to have lower-case label names, but it will convert them to start with capital letter eventually, since the Context class created from them must be capital. Since the name of this Context class will be used by grammarinator-parse to create nodes from labelled rules, we need to ensure a common naming schema.
- Loading branch information