summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Reverted mem alloc function changeexperimental/lemonFelipe Pena2010-07-203-11/+14
| | | | | - Fixed lineno on method declarations
* - Update exit statusFelipe Pena2010-07-192-2/+2
|
* - Fixed wrong lineno by fixing the rulesFelipe Pena2010-07-192-47/+174
|
* - Lets avoid unnecessary zend_verify_namespace() callsFelipe Pena2010-07-171-5/+10
|
* - Opss, fix codeFelipe Pena2010-07-171-1/+1
|
* - Lets use the _emalloc, _efree functionsFelipe Pena2010-07-154-14/+14
|
* - Added missing --no-generation-date flagFelipe Pena2010-07-151-2/+2
|
* - Minor compiler optimizationsFelipe Pena2010-07-152-15/+22
|
* - Inlining parser functionsFelipe Pena2010-07-151-9/+9
|
* - Disable error recoveryFelipe Pena2010-07-142-7/+6
|
* - Update exit_status, hehFelipe Pena2010-07-132-2/+2
|
* Commit Felipe's change to the re2c flags to the Windows makefile aswellKalle Sommer Nielsen2010-07-131-2/+2
|
* - Added --no-generation-date re2c flag to do not change the .h files always ↵Felipe Pena2010-07-133-4/+4
| | | | when changing the .l file
* - Added missing tokens on ST_VAR_OFFSET stateFelipe Pena2010-07-134-111/+166
|
* - Add YYNOERRORRECOVERY to disable error recovery processingPierrick Charron2010-07-131-1/+2
| | | | | - Remove warning
* - Fixed SIGSEGV when E_PARSE occurred in zend_eval_stringlFelipe Pena2010-07-123-5/+16
|
* - Woops, remove commented codeFelipe Pena2010-07-121-7/+2
|
* - Fixed ext/tokenizer line number differencesFelipe Pena2010-07-121-9/+14
|
* - Fixed line number on error messagesFelipe Pena2010-07-128-41/+45
|
* - Removed Bison checksFelipe Pena2010-07-125-59/+1
| | | | | - Removed TSRMLS_FETCH() call in zend_ini_parser %syntax_error
* - Removed bison flags related to zend_ini_parserFelipe Pena2010-07-121-1/+1
|
* Lemon version of the zend_ini_parserPierrick Charron2010-07-127-1072/+1198
|
* - Defined NDEBUG to avoid checks for tracefile, and added -l flagFelipe Pena2010-07-123-4/+6
|
* - Added ParseARG_STORE into yy_destructor template for suppress warning ↵Felipe Pena2010-07-121-0/+1
| | | | about unused %extra_argument
* - Added parser name and prototype declarationFelipe Pena2010-07-123-5/+11
|
* - windows support for lemon, 1st shot (some warning in lemon.c but seems to ↵Pierre Joye2010-07-122-4/+17
| | | | work)
* - MFH pcre windows build fixPierre Joye2010-07-121-1/+3
|
* - Fix rule nameFelipe Pena2010-07-111-1/+1
|
* - Woops, debug stuff :)Felipe Pena2010-07-111-1/+1
|
* - Fixed namespace with braces rulesFelipe Pena2010-07-115-317/+297
| | | | | | - Fixed scanner to just return the tokens, not yytext[0]
* - Missing T_DOLLARFelipe Pena2010-07-111-0/+1
|
* - Fixed ext/tokenizer to work with the new tokens (<, >, @, !, etc)Felipe Pena2010-07-112-73/+103
|
* - Added lemon to distcleanFelipe Pena2010-07-111-1/+1
|
* - Added lemon source to be build and use it to create the parserFelipe Pena2010-07-114-20/+4896
|
* mostly WS, cleanup stuffEtienne Kneuss2010-07-112-1351/+553
|
* - Fix the static_scalar ruleFelipe Pena2010-07-104-8/+3
|
* - Fixed variable variables as function nameFelipe Pena2010-07-101-1/+1
|
* - Workaround for YYACCEPT on __halt_compiler()Felipe Pena2010-07-102-2/+8
|
* - Fixed heredoc bugFelipe Pena2010-07-101-1/+1
|
* Fix lemon's return value and uncomment unaries/shiftsEtienne Kneuss2010-07-103-6/+6
|
* Remove T_T_DOLLAREtienne Kneuss2010-07-101-2/+0
|
* - Fixed stack overflow on ${a}Felipe Pena2010-07-103-68/+68
|
* - Rename identifier A -> BFelipe Pena2010-07-101-2/+2
|
* s/T_DOLLAR/DOLLAR/Felipe Pena2010-07-102-3/+3
|
* - Removed -c Lemon flag to compress the action table (magically fixes the ↵Felipe Pena2010-07-091-2/+2
| | | | switch rule :D)
* - Fixed @ precedenceFelipe Pena2010-07-091-1/+3
|
* - Fixed $var[0] interpolation and close tagFelipe Pena2010-07-095-113/+130
|
* - Fixed scanner return rulesFelipe Pena2010-07-094-3022/+3028
|
* - Fix switch and Parse callFelipe Pena2010-07-091-1/+3
|
* - WSFelipe Pena2010-07-091-53/+53
|