summaryrefslogtreecommitdiff
path: root/vendor/nikic/php-parser/grammar/tokens.template
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/nikic/php-parser/grammar/tokens.template')
-rw-r--r--vendor/nikic/php-parser/grammar/tokens.template17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/nikic/php-parser/grammar/tokens.template b/vendor/nikic/php-parser/grammar/tokens.template
deleted file mode 100644
index ba4e4901c..000000000
--- a/vendor/nikic/php-parser/grammar/tokens.template
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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
-}