PHP Classes

File: vendor/nikic/php-parser/grammar/tokens.template

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/nikic/php-parser/grammar/tokens.template   Download  
File: vendor/nikic/php-parser/grammar/tokens.template
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 298 bytes
 

Contents

Class file image Download
<?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
}