Java 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 11:00:10 +02:00
src Allow non-ASCII chars in identifiers 2024-10-05 23:07:18 +02:00
test Allow non-ASCII chars in identifiers 2024-10-05 23:07:18 +02:00
.gitignore Add boilerplate files 2020-09-09 12:12:20 +02:00
.npmignore Add boilerplate files 2020-09-09 12:12:20 +02:00
CHANGELOG.md Mark version 1.1.3 2024-10-05 23:07:21 +02: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:46 +02:00
rollup.config.js Conform to expectation of recent TS versions 2023-07-03 11:00:10 +02:00

@lezer/java

This is a Java grammar for the Lezer parser system.

The grammar used is based in a large part on the corresponding tree-sitter grammar.

The code is licensed under an MIT license.