@lezer/rust
This is a Rust grammar for the Lezer parser system.
The grammar used is based in part on the corresponding tree-sitter grammar.
The code is licensed under an MIT license.
Lezer-based Rust grammar
This is a Rust grammar for the Lezer parser system.
The grammar used is based in part on the corresponding tree-sitter grammar.
The code is licensed under an MIT license.
Tag comments and strings as isolating for the purpose of bidirectional text.
Make the package work with new TS resolution styles.
First stable version.
Allow arbitrary bracketed token trees to appear after attribute names
Move to 0.16 serialized parser format.
The parser now includes syntax highlighting information in its node types.
Allow arbitrary token trees after =
in attributes.
The module's name changed from lezer-rust
to @lezer/rust
.
Upgrade to the 0.15.0 lezer interfaces.
Fix versions of lezer packages depended on.
Adjust to changed serialized parser format.
Expression statements are now wrapped in an ExpressionStatement
node.
The package now provides TypeScript type definitions.
First numbered release.