Libraries tagged by syntax-tree
mnvx/syntax-tree
537 Downloads
Syntax tree
loophp/phptree-ast-generator
49 Downloads
Generates AST of a PHP script in DOT (Graphviz) or Image (PNG, JPG, SVG) formats.
event-engine/php-code-generator-event-engine-ast
208 Downloads
PHP Code Generator for Event Engine based on PHP AST
event-engine/php-code-generator-cody
5 Downloads
PHP Code Generator for Event Engine powered by Cody
chatflowphp/parser
28 Downloads
Handler-driven tokenizer and AST builder for PHP: define your grammar as small callables, get tokens, a navigable syntax tree, and compilation.
vojtech-dobes/php-grammar-processing
1150 Downloads
Library for tokenization, abstract syntax tree parsing & interpretation
ls-a/arithmetic-ast
91 Downloads
Implements the Shunting Yard Algorithm and creates an Abstract Syntax Tree with arithmetic operations
icecave/pasta-ast
3487 Downloads
A library for representing PHP code as an abstract syntax tree.
dekor/php-syntax-tree-builder
10 Downloads
This library allows you to build your custom language by describing lexing/parsing rules.
raideer/xml-parser
12 Downloads
XML parser written in PHP for usage in IDE tools. Produces an Abstract Syntax Tree.
proophboard/php-cody-engine-skeleton
6 Downloads
Dockerized PHP skeleton for Event Engine with Cody bot
pkeogan/php-file-editor
0 Downloads
Programatically edit PHP and Laravel files.
ghostwriter/parser
1 Downloads
A PHP parser written in PHP
webzille/cssparser
12 Downloads
Parse CSS file into an abstract syntax tree data structure
spitfire/ast
483 Downloads
Allows applications to create abstract syntax trees that can read in input for validation and similar purposes.