php-parser-rs 0.1.3

A handwritten recursive-descent parser for PHP written in Rust
Documentation
1
2
3
4
5
6
7
8
[E034] Error: cannot mix braced and unbraced namespace declarations
   ,-[code.php:6:22]
   |
 6 |     namespace Foo\Bar;
   *                      |  
   *                      `-- try replacing this `;` with `{`
---'