You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor grammar and parser structures for improved functionality
- Updated `implicit_object_creation_expression` to use `prec.right` for better precedence handling.
- Added `root` property to `compilation_unit` in `node-types.json`.
- Introduced `extra` property for `comment` type in `node-types.json`.
- Enhanced `parser.h` with new structures and macros for better lexer and parser management, including `TSLanguageMetadata`, `TSLexerMode`, and `TSCharacterRange`.
0 commit comments