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
[E043] Error: cannot mix keyed and un-keyed list entries
   ,-[code.php:3:21]
   |
 3 | list('foo' => $a, $b) = $foo;
   *                     ^  
   *                         
---'