#
bf39f6a4 |
| 30-Aug-2022 |
Anton |
Update grammar/README.md (#877)
|
Revision tags: v4.3.0, v4.2.5 |
|
#
eacc5dbe |
| 19-Oct-2019 |
Nikita Popov |
Default to using php-yacc to generate the parsers
|
Revision tags: v4.2.4, v4.2.3, v4.2.2, v4.2.1, v4.2.0, v4.1.1, v4.1.0, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v3.1.5, v4.0.0beta1, v3.1.4, v4.0.0alpha3, v3.1.3, v4.0.0alpha2, v3.1.2 |
|
#
837579a4 |
| 31-Oct-2017 |
Brad Mostert |
Fix spelling in documentation (#434)
|
Revision tags: v4.0.0alpha1, v3.1.1, v3.1.0, v3.0.6, v3.0.5, v3.0.4, v3.0.3, v3.0.2, v3.0.1, v3.0.0, v3.0.0beta2, v3.0.0beta1, v2.1.1 |
|
#
46495abb |
| 11-Aug-2016 |
Nat Zimmermann |
Fix typo in grammar/README.md
|
Revision tags: v3.0.0alpha1 |
|
#
eefcfeed |
| 25-Jul-2016 |
Nikita Popov |
Remove analyze.php Has outlived its usefulness...
|
Revision tags: v2.1.0, v2.0.1, v2.0.0, v2.0.0beta1, v1.4.1, v2.0.0alpha1 |
|
#
2496cd38 |
| 14-Jul-2015 |
Nikita Popov |
Various docs fixes
|
Revision tags: v1.4.0 |
|
#
bc21514e |
| 13-Jun-2015 |
Nikita Popov |
Move token constants into separate class As these are shared between Php5 and Php7 parsers they should be in some common place, otherwise we'd have to always reference either one or
Move token constants into separate class As these are shared between Php5 and Php7 parsers they should be in some common place, otherwise we'd have to always reference either one or the other.
show more ...
|
#
51ec2a25 |
| 02-May-2015 |
Nikita Popov |
Move parser to Parser\Php5 Old name still exists.
|
Revision tags: v1.3.0 |
|
#
23bf4f0c |
| 30-Apr-2015 |
Nikita Popov |
Add some error documentation
|
Revision tags: v1.2.2, v1.2.1, v1.2.0, v1.1.0, v1.0.2, v1.0.1, v1.0.0, v1.0.0beta2, v0.9.5, v1.0.0beta1 |
|
#
f82862ec |
| 06-Feb-2014 |
nikic |
Port library to use namespaces, with BC for old names
|
Revision tags: v0.9.4 |
|
#
c8695a8f |
| 04-Aug-2013 |
nikic |
Remove obsolete item from grammar/README.md
|
Revision tags: v0.9.3 |
|
#
759c04db |
| 19-Oct-2012 |
nikic |
Turn rebuildParser.php into a CLI script The paths are now more generic so it can be run from any directory, not just grammar/.
|
Revision tags: v0.9.2 |
|
#
2f5ebf7c |
| 29-Apr-2012 |
nikic |
Store line and doc comment as attributes
|
Revision tags: v0.9.1, v0.9.0 |
|
#
3a4cc1a0 |
| 27-Nov-2011 |
nikic |
Do not distribute debug parser anymore The debug parser (and the debug y.output) can be still built using rebuildParser.php?debug.
|
#
f202aa98 |
| 28-Oct-2011 |
nikic |
[API] Make all constructors specialized For nodes that accept many optional arguments I chose to keep the $subNodes argument, but provide default values instead.
|
#
7bd3980a |
| 14-Aug-2011 |
nikic |
Remove node analysis from analyze.php and fix some other things about it
|
#
297c9ac2 |
| 14-Aug-2011 |
nikic |
Use moriyoshi's fork of kmyacc, which fixes most of the issues of kmyacc with PHP
|
#
afd6c70b |
| 04-Aug-2011 |
nikic |
Merge preprocessor.php into rebuildParser.php. Don't distribute the temporary preprocessed grammar anymore
|
#
12e61cb3 |
| 04-Aug-2011 |
nikic |
Allow use of normal dollar variables in .pre.phpy (by transforming them to #hash variables for kmyacc)
|
#
afcf7777 |
| 04-Aug-2011 |
nikic |
Don't generate y.output file anymore as it really bloats diffs
|
#
dd13cd4f |
| 26-Jun-2011 |
nikic |
Add README for grammar folder
|