php-parser
PHP Parser
A Go-based parser for PHP syntax that generates an abstract syntax tree (AST) representation of source code.
PHP parser written in Go
941 stars
31 watching
63 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
astgoparserphp
Related projects:
Repository | Description | Stars |
---|---|---|
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
wzshiming/gotype | A tool for parsing and manipulating Golang source code at compile-time | 61 |
bupt1987/html-parser | A fast and efficient HTML parser for PHP. | 525 |
phpstan/phpdoc-parser | A PHPDoc parser and modifier with support for advanced types like intersection types and generics | 1,350 |
imangazaliev/didom | A fast and simple HTML parser with support for CSS selectors and XPath expressions. | 2,200 |
asty-org/asty | Tool for converting Go source code AST to JSON and back to AST | 81 |
php-enqueue/dsn | Tools to parse DSN class for use in PHP applications. | 124 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
kzykhys/text | A simple text manipulation library with a fluent interface. | 53 |
akupila/go-wasm | A tool that reads and parses WebAssembly binary files | 132 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
antchfx/htmlquery | A Golang package for extracting data from HTML documents using XPath expressions. | 738 |
kzykhys/ciconia | A PHP Markdown parser with extensible syntax and rendering options | 354 |
mozillazg/go-unidecode | Converts Unicode text to its closest ASCII transliteration | 130 |