Rust grammar for Lezer
  • JavaScript 100%
Find a file
2026-04-14 17:24:26 +02:00
dist Conform to expectation of recent TS versions 2023-07-03 10:58:45 +02:00
src Shrink number of rules generated for FunctionItem 2024-02-14 17:09:20 +01:00
test Conform to expectation of recent TS versions 2023-07-03 10:58:45 +02:00
.gitignore Start on a Rust grammar 2020-09-23 12:48:54 +02:00
.npmignore Start on a Rust grammar 2020-09-23 12:48:54 +02:00
CHANGELOG.md Mark version 1.0.2 2023-12-28 18:21:10 +01:00
LICENSE Update maintainer email 2023-01-24 08:28:49 +01:00
package.json Update github links 2026-04-14 17:24:26 +02:00
README.md Adjust readme to scoped package name 2021-09-01 11:08:18 +02:00
rollup.config.js Conform to expectation of recent TS versions 2023-07-03 10:58:45 +02:00

@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.