php-parser 0.0.1

PHP parser written in Rust
1
2
3
4
5
6
7
8
9
10
# php-parser
A PHP parser written in Rust

## License

php-parser is a port of @nikic original
[PHP-Parser](https://github.com/nikic/PHP-Parser) project,
written in PHP. [Like PHP-Parser](https://github.com/nikic/PHP-Parser),
`php-parser` is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) to avoid any licensing
issues.