mago-syntax 1.0.0-alpha.5

A correct, fast, and memory-efficient PHP syntax implementation, including Lexer, Parser, AST, and utilities for Mago.
Documentation
1
2
3
4
5
6
7
8
9
pub mod ast;
pub mod comments;
pub mod error;
pub mod lexer;
pub mod macros;
pub mod parser;
pub mod token;
pub mod utils;
pub mod walker;