We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1812948 commit eefcfeeCopy full SHA for eefcfee
grammar/README.md
@@ -6,7 +6,6 @@ What do all those files mean?
6
* `tokens.y`: Tokens definition shared between PHP 5 and PHP 7 grammars
7
* `parser.template`: A `kmyacc` parser prototype file for PHP
8
* `tokens.template`: A `kmyacc` prototype file for the `Tokens` class
9
- * `analyze.php`: Analyzes the grammer and outputs some info about it
10
* `rebuildParser.php`: Preprocesses the grammar and builds the parser using `kmyacc`
11
12
.phpy pseudo language
grammar/analyze.php
0 commit comments