lezer

Incremental parser

This package has been replaced by @lezer/lr
Last updated 4 years ago by marijn .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install lezer 
SYNC missed versions from official npm registry.

lezer

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

Lezer ("reader" in Dutch, pronounced pretty much as laser) is an incremental GLR parser intended for use in an editor or similar system, which needs to keep a representation of the program current during changes and in the face of syntax errors.

It prioritizes speed and compactness (both of parser table files and of syntax tree) over having a highly usable parse tree—trees nodes are just blobs with a start, end, tag, and set of child nodes, with no further labeling of child nodes or extra metadata.

This package contains the run-time parser library. It consumes parsers generated by lezer-generator.

The parser programming interface is documented on the website.

The code is licensed under an MIT license.

This project was hugely inspired by tree-sitter.

Current Tags

  • 0.13.5                                ...           latest (4 years ago)

37 Versions

  • 0.13.5 [deprecated]           ...           4 years ago
  • 0.13.4 [deprecated]           ...           4 years ago
  • 0.13.3 [deprecated]           ...           4 years ago
  • 0.13.2 [deprecated]           ...           4 years ago
  • 0.13.1 [deprecated]           ...           4 years ago
  • 0.13.0 [deprecated]           ...           4 years ago
  • 0.12.1 [deprecated]           ...           4 years ago
  • 0.12.0 [deprecated]           ...           4 years ago
  • 0.11.2 [deprecated]           ...           4 years ago
  • 0.11.1 [deprecated]           ...           4 years ago
  • 0.11.0 [deprecated]           ...           4 years ago
  • 0.10.4 [deprecated]           ...           4 years ago
  • 0.10.3 [deprecated]           ...           4 years ago
  • 0.10.2 [deprecated]           ...           4 years ago
  • 0.10.1 [deprecated]           ...           4 years ago
  • 0.10.0 [deprecated]           ...           4 years ago
  • 0.9.1 [deprecated]           ...           4 years ago
  • 0.9.0 [deprecated]           ...           4 years ago
  • 0.8.5 [deprecated]           ...           5 years ago
  • 0.8.4 [deprecated]           ...           5 years ago
  • 0.8.3 [deprecated]           ...           5 years ago
  • 0.8.2 [deprecated]           ...           5 years ago
  • 0.8.1 [deprecated]           ...           5 years ago
  • 0.8.0 [deprecated]           ...           5 years ago
  • 0.7.1 [deprecated]           ...           5 years ago
  • 0.7.0 [deprecated]           ...           5 years ago
  • 0.6.0 [deprecated]           ...           5 years ago
  • 0.5.2 [deprecated]           ...           5 years ago
  • 0.5.1 [deprecated]           ...           5 years ago
  • 0.5.0 [deprecated]           ...           5 years ago
  • 0.4.1 [deprecated]           ...           5 years ago
  • 0.4.0 [deprecated]           ...           5 years ago
  • 0.3.0 [deprecated]           ...           5 years ago
  • 0.2.0 [deprecated]           ...           5 years ago
  • 0.1.1 [deprecated]           ...           5 years ago
  • 0.1.0 [deprecated]           ...           5 years ago
  • 0.0.1 [deprecated]           ...           6 years ago
Maintainers (1)
Downloads
Total 2
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (5)

© 2010 - cnpmjs.org x YWFE | Home | YWFE