PHP grammar for Lezer.
  • JavaScript 100%
Find a file
2026-04-14 17:24:26 +02:00
dist Conform to expectation of recent TS versions 2025-09-23 11:27:34 +02:00
src Allow property hooks without implementation 2025-07-26 10:42:46 +02:00
test Conform to expectation of recent TS versions 2025-09-23 11:27:34 +02:00
.gitignore Initial add 2021-09-02 12:56:18 +02:00
.npmignore Initial add 2021-09-02 12:56:18 +02:00
CHANGELOG.md Mark version 1.0.5 2025-09-23 11:27:38 +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 Update github links 2026-04-14 17:24:26 +02:00
rollup.config.js Conform to expectation of recent TS versions 2025-09-23 11:27:34 +02:00

@lezer/php

This is a PHP grammar for the Lezer parser system.

The grammar used is based in part on the corresponding tree-sitter grammar and the Zend Yacc grammar.

The code is licensed under an MIT license.