[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-29 08:50:51 +00:00
committed by GitHub
parent 8f628b85e5
commit ea3d38bf64
7 changed files with 19 additions and 0 deletions

View File

@@ -44,15 +44,18 @@ ValueConverter -->> Package: Return AST
```
- When to override `TokenBuilder`?
- To override keyword rules.
- To override terminal rules that need a custom function.
- To manually reorder the list of rules.
- When to override `Lexer`?
- To modify input before tokenizing.
- To insert/modify tokens that cannot or have not been parsed.
- When to override `LangiumParser`?
- To insert or modify attributes that can't be parsed.
- When to override `ValueConverter`?