Commit 3e61062
fix(cosmosdb): remove duplicate angle bracket tokens to resolve lexer conflicts
Remove LA_BRACKET_SYMBOL and RA_BRACKET_SYMBOL tokens that were conflicting with LESS_THAN_OPERATOR and GREATER_THAN_OPERATOR. The angle bracket symbols are now properly defined as comparison operators.
This fixes ANTLR warnings about unreachable token values.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3f73da1 commit 3e61062
File tree
3 files changed
+344
-274
lines changed- cosmosdb
3 files changed
+344
-274
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
0 commit comments