Clarify that parser is autogenerated

This commit is contained in:
nikic 2012-03-02 00:43:34 +01:00
parent 0c0515c7de
commit 6657ac4b76
2 changed files with 16 additions and 6 deletions

View File

@ -6,9 +6,14 @@ $meta #
#semval(%n,%t) $this->yyastk[$this->yysp-(%l-%n)]
#include;
/* Prototype file of an object oriented PHP parser.
* Written by Moriyoshi Koizumi, based on the work by Masato Bito.
* This file is PUBLIC DOMAIN.
/* This is an automatically GENERATED file, which should not be manually edited.
* Instead edit one of the following:
* * the grammar file grammar/zend_language_parser.phpy
* * the parser sceleton grammar/kymacc.php.parser
* * the preprocessing script grammar/rebuildParser.php
*
* The sceleton for this parser was written by Moriyoshi Koizumi and is based on
* the work by Masato Bito and is in the PUBLIC DOMAIN.
*/
#if -t
class #(-p)_Debug extends #(-p)

View File

@ -1,8 +1,13 @@
<?php
/* Prototype file of an object oriented PHP parser.
* Written by Moriyoshi Koizumi, based on the work by Masato Bito.
* This file is PUBLIC DOMAIN.
/* This is an automatically GENERATED file, which should not be manually edited.
* Instead edit one of the following:
* * the grammar file grammar/zend_language_parser.phpy
* * the parser sceleton grammar/kymacc.php.parser
* * the preprocessing script grammar/rebuildParser.php
*
* The sceleton for this parser was written by Moriyoshi Koizumi and is based on
* the work by Masato Bito and is in the PUBLIC DOMAIN.
*/
class PHPParser_Parser
{