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
[E040] Error: cannot nest disjunctive normal form types
   ,-[code.php:4:10]
   |
 4 |     F&(A|(B&C)) $i
   *          |  
   *          `-- try removing this
---'