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
12
[E030] Error: cannot declare a `private` constant as `final`
   ,-[code.php:4:5]
   |
 4 |     final private const BAR = 3;
   *     ^^|^^ ^^^^^^^  
   *       |             
   *       |            
   *       `------------ try removing this
   * 
   * Note: private constants cannot be final as they are not visible to other classes
---'