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
17 lines
298 B
<?php |
|
$meta # |
|
#semval($) $this->semValue |
|
#semval($,%t) $this->semValue |
|
#semval(%n) $this->stackPos-(%l-%n) |
|
#semval(%n,%t) $this->stackPos-(%l-%n) |
|
|
|
namespace PhpParser\Parser; |
|
#include; |
|
|
|
/* GENERATED file based on grammar/tokens.y */ |
|
final class Tokens |
|
{ |
|
#tokenval |
|
const %s = %n; |
|
#endtokenval |
|
}
|
|
|