summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* perly.y: Remove type from ';'Father Chrysostomos2015-02-151-1/+1
* perly.y: Remove types for '$' and '*'Father Chrysostomos2015-02-071-1/+1
* Parse and compile string- and num-specific bitopsFather Chrysostomos2015-01-311-228/+231
* perly.y changes from Lukas Mai in RT 123069Peter Martini2015-01-181-522/+557
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-30/+40
* perly.y: Don’t call op_lvalue on refgen kidFather Chrysostomos2015-01-061-2/+2
* Unify format and named-sub pad weakref codeFather Chrysostomos2014-12-091-201/+200
* Deparse formats in the right spotFather Chrysostomos2014-12-061-199/+200
* [perl #123286] Lone C-style for in a blockFather Chrysostomos2014-11-251-184/+185
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-213/+217
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-061-449/+453
* rename convert to op_convert_list and APIfyLukas Mai2014-10-261-237/+234
* Remove redundant op_lvalue calls in perly.yFather Chrysostomos2014-10-241-184/+182
* foreach \$varFather Chrysostomos2014-10-111-586/+623
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-230/+227
* In perly.y, change PL_parser to parserFather Chrysostomos2014-08-241-31/+31
* Set PL_expect only once after curly subscriptsFather Chrysostomos2014-08-241-129/+120
* Set PL_expect less often when parsing semicolonsFather Chrysostomos2014-08-241-446/+455
* Remove MAD.Jarkko Hietaniemi2014-06-131-899/+481
* subroutine signaturesZefram2014-02-011-267/+306
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-421/+364
* ->$#*Father Chrysostomos2013-11-241-16/+23
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-168/+183
* ->%{ ->%[Father Chrysostomos2013-10-051-9/+16
* Postfix dereference syntaxFather Chrysostomos2013-10-051-253/+303
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-51/+58
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-261/+271
* index/value array slice operationRuslan Zakirov2013-09-131-97/+109
* key/value hash slice operationRuslan Zakirov2013-09-131-295/+306
* Correct three sub call comments in perly.yFather Chrysostomos2013-05-311-210/+213
* Improve the logic in regen_perly.pl for manually generating token macros.Nicholas Clark2013-05-061-1/+1
* run regen_perlyDavid Mitchell2013-03-031-213/+210
* Fix invalid token warning with PERL_XMLDUMP and labelFather Chrysostomos2012-11-041-7/+7
* Stop statement labels from leakingFather Chrysostomos2012-11-041-395/+400
* apparently this actually needs to be regenerated tooJesse Luehrs2012-09-251-217/+214
* perly.y: Remove MYSUBFather Chrysostomos2012-09-151-370/+355
* Clone my subs on scope entryFather Chrysostomos2012-09-151-185/+187
* Clone state subs in anon subsFather Chrysostomos2012-09-151-182/+189
* Look up state subs in the padFather Chrysostomos2012-09-151-1/+1
* Store state subs in the padFather Chrysostomos2012-09-151-196/+196
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-263/+263
* Allocate ‘our sub’ in the padFather Chrysostomos2012-09-151-369/+382
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-396/+444
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+1
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-181/+180
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-380/+390
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-385/+385
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-141-171/+162
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-2/+5
* perly.*: update regen_perly checksumFather Chrysostomos2012-06-271-1/+1