issues
search
z7zmey
/
php-parser
PHP parser written in Go
https://php-parser.com
MIT License
941
stars
63
forks
source link
New AST data structure
#81
Open
z7zmey
opened
5 years ago
z7zmey
commented
5 years ago
requirements:
linear structure
batch allocations
memory reuse
fast creating
fast traversing
no type assertions
no links(use index)
requirements: