You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
298 B

3 years ago
  1. <?php
  2. $meta #
  3. #semval($) $this->semValue
  4. #semval($,%t) $this->semValue
  5. #semval(%n) $this->stackPos-(%l-%n)
  6. #semval(%n,%t) $this->stackPos-(%l-%n)
  7. namespace PhpParser\Parser;
  8. #include;
  9. /* GENERATED file based on grammar/tokens.y */
  10. final class Tokens
  11. {
  12. #tokenval
  13. const %s = %n;
  14. #endtokenval
  15. }