summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Expand)AuthorAgeFilesLines
* perly.y: Remove type from ';'Father Chrysostomos2015-02-151-756/+754
* perly.y: Remove types for '$' and '*'Father Chrysostomos2015-02-071-811/+825
* Parse and compile string- and num-specific bitopsFather Chrysostomos2015-01-311-37/+30
* perly.y changes from Lukas Mai in RT 123069Peter Martini2015-01-181-798/+825
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-576/+579
* perly.y: Don’t call op_lvalue on refgen kidFather Chrysostomos2015-01-061-1/+1
* Unify format and named-sub pad weakref codeFather Chrysostomos2014-12-091-25/+25
* Deparse formats in the right spotFather Chrysostomos2014-12-061-25/+25
* [perl #123286] Lone C-style for in a blockFather Chrysostomos2014-11-251-23/+23
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-26/+26
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-061-48/+43
* rename convert to op_convert_list and APIfyLukas Mai2014-10-261-17/+22
* Remove redundant op_lvalue calls in perly.yFather Chrysostomos2014-10-241-23/+23
* foreach \$varFather Chrysostomos2014-10-111-789/+803
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-12/+17
* In perly.y, change PL_parser to parserFather Chrysostomos2014-08-241-1/+1
* Set PL_expect only once after curly subscriptsFather Chrysostomos2014-08-241-15/+15
* Set PL_expect less often when parsing semicolonsFather Chrysostomos2014-08-241-497/+493
* Remove MAD.Jarkko Hietaniemi2014-06-131-795/+801
* subroutine signaturesZefram2014-02-011-606/+638
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-693/+623
* ->$#*Father Chrysostomos2013-11-241-516/+526
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-772/+790
* ->%{ ->%[Father Chrysostomos2013-10-051-713/+706
* Postfix dereference syntaxFather Chrysostomos2013-10-051-607/+620
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-7/+7
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-21/+16
* index/value array slice operationRuslan Zakirov2013-09-131-708/+719
* key/value hash slice operationRuslan Zakirov2013-09-131-604/+594
* Correct three sub call comments in perly.yFather Chrysostomos2013-05-311-15/+10
* Improve the logic in regen_perly.pl for manually generating token macros.Nicholas Clark2013-05-061-1/+1
* run regen_perlyDavid Mitchell2013-03-031-10/+15
* Fix invalid token warning with PERL_XMLDUMP and labelFather Chrysostomos2012-11-041-1/+1
* Stop statement labels from leakingFather Chrysostomos2012-11-041-36/+31
* apparently this actually needs to be regenerated tooJesse Luehrs2012-09-251-11/+16
* perly.y: Remove MYSUBFather Chrysostomos2012-09-151-831/+845
* Clone my subs on scope entryFather Chrysostomos2012-09-151-21/+21
* Clone state subs in anon subsFather Chrysostomos2012-09-151-21/+21
* Look up state subs in the padFather Chrysostomos2012-09-151-595/+598
* Store state subs in the padFather Chrysostomos2012-09-151-293/+295
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-680/+680
* Allocate ‘our sub’ in the padFather Chrysostomos2012-09-151-740/+743
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-813/+805
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+1
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-22/+22
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-867/+894
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-707/+704
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-141-20/+20
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-3/+3
* perly.*: update regen_perly checksumFather Chrysostomos2012-06-271-1/+1