summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* permit labels to be stackedZefram2010-12-131-398/+405
* recursive-descent expression parsingZefram2010-12-111-392/+407
* make regen_perlyFather Chrysostomos2010-11-111-164/+163
* refactor GRAMPROG grammar slightlyZefram2010-11-071-403/+401
* new API functions op_scope and op_lvalueZefram2010-10-261-192/+199
* function to parse unlabelled statementZefram2010-10-251-385/+403
* stop passing line numbers into op constructor functionsZefram2010-10-251-181/+178
* refactor and regularise label/statement grammarZefram2010-10-251-669/+591
* permit labels to appear before declarationsZefram2010-10-231-412/+405
* function to parse Perl code blockZefram2010-10-211-410/+427
* fix and test PL_expect in recdescent parsingZefram2010-10-211-398/+405
* handle bracket stack better in recdescent parsingZefram2010-10-211-430/+410
* APIify op list constructorsZefram2010-10-121-228/+224
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-408/+443
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-1/+1
* make qw(...) first-class syntaxZefram2010-09-081-292/+320
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-394/+422
* remove dead listexprcom production from grammarZefram2010-08-311-35/+21
* fix MAD handling of package block syntaxZefram2010-05-231-185/+184
* fix SEGV with eval("package Foo {")Zefram2010-05-201-124/+134
* support "package Foo { ... }"Zefram2010-05-201-357/+388
* Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;...Jesse Vincent2010-02-031-3/+0
* regen_perly prepping for 5.11.4Ricardo Signes2010-01-191-0/+3
* [perl #22977] Bug in format/writeZefram2009-12-151-140/+146
* make regen_perly following 5ca68648d92617d8.Nicholas Clark2009-12-011-3/+3
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-1/+1
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-368/+373
* make regen; make regen_perlyJesse Vincent2009-10-201-3/+0
* Restore MAD handling of package statementsRafael Garcia-Suarez2009-10-081-125/+132
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-129/+129
* make regen; make regen_perlyJesse Vincent2009-10-021-3/+0
* Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d.Nicholas Clark2009-09-241-1/+1
* Make MAD understand the "..." operatorRafael Garcia-Suarez2009-08-261-23/+27
* Allow when to be used as a statement modifierVincent Pit2009-03-281-363/+365
* Add ..., !!!, and ??? operatorschromatic2008-05-181-44/+52
* Fix the line-number-in-elsif longstanding bug.Rafael Garcia-Suarez2008-04-181-1/+1
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2008-02-101-32/+32
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-3/+3
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-359/+355
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-150/+152
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-121-1/+1
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-1/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-120/+121
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-21/+21
* Silence the g++ warnings "right-hand operand of comma has no effect"Nicholas Clark2007-04-101-6/+6
* fix MAD compilation of C-style for loopGerard Goossen2007-03-221-1/+1
* Patch by Gerard Goossen to add madprops to "require" opcodeRafael Garcia-Suarez2007-03-151-34/+38
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-160/+158
* merge the four parser stacks into oneDave Mitchell2006-12-171-468/+468
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-202/+201