JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9993
  • Score
    100M100P100Q29144F
  • License MIT

Syntax tree data structure for the lezer parser

Package Exports

  • lezer-tree

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lezer-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lezer-tree

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

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

Lezer-tree provides the syntax tree data structure that lezer outputs.

Its programming interface is documented on the website.

This code is licensed under an MIT license.