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
9
10
11
[E038] Error: match expression cannot have more than one default arm
   ,-[code.php:6:5]
   |
 5 |     default => 43,
   *     ^^^^^^^  
   *               
 6 |     default => 34,
   *     ^^^|^^^  
   *        `----- try removing this arm
---'