Libraries tagged by ast parser
atanamo/php-codeshift
157036 Downloads
A PHP code transformation toolkit based on 'PHP-Parser'
type-lang/reader
4734 Downloads
Library for reading TypeLang AST nodes from types exposed by PHP Reflection objects
apicart/fql
10196 Downloads
Filter Query Language
hosmelq/search-syntax-parser
364 Downloads
Parse search queries into structured data with field searches, boolean logic, ranges, lists, and adapters.
phptl/parser
1599 Downloads
Library for parsing and validating TypeLang syntax and converting it into AST nodes
pmjones/php-styler
639 Downloads
Companion to PHP-Parser that rebuilds PHP code from AST.
xdimedrolx/hoa-compiler
3931 Downloads
The Hiqdev Hoa\Compiler library.
tbela99/css
318 Downloads
A CSS parser and minifier written in PHP
tacoberu/bnf
2780 Downloads
Framework for building BNF like parsers.
jojo1981/json-schema-asg
1009 Downloads
Json schema abstract semantic graph builder
hoa-math-community/compiler
859 Downloads
The Hoa\Compiler library.
hiqdev/hoa-compiler
6772 Downloads
The Hiqdev Hoa\Compiler library.
ajthinking/php-file-manipulator
124 Downloads
Programmatically edit PHP and Laravel files.
tysonandre/tolerant-php-parser-to-php-ast
14 Downloads
A pure PHP substitute for nikic/php-ast, using Microsoft/tolerant-php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.
quintenmbusiness/php-ast-code-generation-helper
74 Downloads
A PHP library for generating Abstract Syntax Tree (AST) nodes programmatically, simplifying code generation with nikic/php-parser.