Packed syntax tree data structure
  • TypeScript 99.7%
  • JavaScript 0.3%
Find a file
2026-04-14 17:24:25 +02:00
src Update github links 2026-04-14 17:24:25 +02:00
test Fix a bug in TreeCursor.matchContext 2024-10-02 14:42:46 +02:00
.gitignore Switch to buildtool for building the library 2023-08-17 16:13:49 +02:00
.mocharc.cjs Rename package to @lezer/common, upgrade deps 2021-08-03 15:56:34 +02:00
.npmignore Add an .npmignore that doesn't omit dist/ 2019-07-09 20:26:34 +02:00
build.js Switch to buildtool for building the library 2023-08-17 16:13:49 +02:00
CHANGELOG.md Mark version 1.5.2 2026-04-08 14:21:21 +02:00
LICENSE Update maintainer email 2023-01-24 08:28:47 +01:00
package.json Update github links 2026-04-14 17:24:25 +02:00
README.md Update github links 2026-04-14 17:24:25 +02:00
tsconfig.json Rename package to @lezer/common, upgrade deps 2021-08-03 15:56:34 +02:00

@lezer/common

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

Lezer is an incremental parser system intended for use in an editor or similar system.

@lezer/common provides the syntax tree data structure and parser abstractions for Lezer parsers.

Its programming interface is documented on the website.

This code is licensed under an MIT license.