summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
* subroutine signaturesZefram2014-02-011-6/+38
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-43/+0
* ->$#*Father Chrysostomos2013-11-241-0/+4
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-1/+13
* ->%{ ->%[Father Chrysostomos2013-10-051-3/+10
* Postfix dereference syntaxFather Chrysostomos2013-10-051-3/+39
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-0/+7
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+7
* index/value array slice operationRuslan Zakirov2013-09-131-0/+9
* key/value hash slice operationRuslan Zakirov2013-09-131-0/+11
* Correct three sub call comments in perly.yFather Chrysostomos2013-05-311-3/+3
* Fix invalid token warning with PERL_XMLDUMP and labelFather Chrysostomos2012-11-041-6/+6
* Stop statement labels from leakingFather Chrysostomos2012-11-041-0/+2
* fix regen_perly.pl for bison 2.6Jesse Luehrs2012-09-251-3/+3
* perly.y: Remove MYSUBFather Chrysostomos2012-09-151-13/+1
* Clone my subs on scope entryFather Chrysostomos2012-09-151-3/+5
* Clone state subs in anon subsFather Chrysostomos2012-09-151-0/+7
* Look up state subs in the padFather Chrysostomos2012-09-151-3/+3
* Store state subs in the padFather Chrysostomos2012-09-151-11/+16
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-0/+1
* Allocate ‘our sub’ in the padFather Chrysostomos2012-09-151-8/+18
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-4/+46
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-1/+0
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-3/+13
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-7/+8
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-141-9/+0
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-4/+15
* remove deprecated qw-as-parens behaviourZefram2012-05-251-30/+20
* Label UTF8 cleanupBrian Fraser2012-03-251-2/+4
* 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