Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the indexing of symbolic names of lexer rules in parser
If a combined grammar doesn't contain any lexer rule definitions but inline literal constants only, then the symbolicName list of the parser is empty. The patch prepares the parser of Grammarinator for such cases.
- Loading branch information