summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-1/+8
* APIify pad functionsZefram2011-07-121-1/+1
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-1/+1
* permit labels to be stackedZefram2010-12-131-23/+21
* rename some grammar productions for clarityZefram2010-12-121-20/+20
* recursive-descent expression parsingZefram2010-12-111-1/+10
* [perl #78586] Bleadperl eae48c89 breaks TIMB/Devel-NYTProf-4.05.tar.gzZefram2010-11-111-1/+0
* refactor GRAMPROG grammar slightlyZefram2010-11-071-16/+10
* new API functions op_scope and op_lvalueZefram2010-10-261-18/+25
* function to parse unlabelled statementZefram2010-10-251-1/+13
* stop passing line numbers into op constructor functionsZefram2010-10-251-15/+12
* refactor and regularise label/statement grammarZefram2010-10-251-325/+241
* permit labels to appear before declarationsZefram2010-10-231-28/+24
* function to parse Perl code blockZefram2010-10-211-1/+12
* fix and test PL_expect in recdescent parsingZefram2010-10-211-2/+6
* handle bracket stack better in recdescent parsingZefram2010-10-211-18/+2
* APIify op list constructorsZefram2010-10-121-32/+28
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-2/+27
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-1/+1
* make qw(...) first-class syntaxZefram2010-09-081-21/+38
* function interface to parse Perl statementZefram2010-09-061-5/+28
* remove dead listexprcom production from grammarZefram2010-08-311-11/+0
* fix MAD handling of package block syntaxZefram2010-05-231-2/+1
* fix SEGV with eval("package Foo {")Zefram2010-05-201-1/+11
* support "package Foo { ... }"Zefram2010-05-201-1/+22
* [perl #22977] Bug in format/writeZefram2009-12-151-1/+7
* -Dmad broken for c++Tony Cook2009-12-011-3/+3
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-1/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+4
* Restore MAD handling of package statementsRafael Garcia-Suarez2009-10-081-10/+8
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-6/+12
* 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-0/+1
* Allow when to be used as a statement modifierVincent Pit2009-03-281-0/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+5
* Update copyright years.Nicholas Clark2008-10-251-0/+1
* Add ..., !!!, and ??? operatorschromatic2008-05-181-2/+7
* 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-9/+7
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-16/+18
* 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-1/+2
* 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-4/+8