summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid braces warning in regen_perly.plDavid Mitchell2012-06-131-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-50/+64
* remove deprecated qw-as-parens behaviourZefram2012-05-251-231/+213
* Label UTF8 cleanupBrian Fraser2012-03-251-188/+190
* Bump several file copyright datesSteffen Schwigon2012-01-191-2/+2
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-58/+71
* APIify pad functionsZefram2011-07-121-2/+2
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-1/+1
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-1/+1
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-1/+1
* Store the SHA-256 of the source in files generated by regen_perly.plNicholas Clark2011-01-231-1/+4
* Output "read only" editor blocks from regen_perly.plNicholas Clark2011-01-231-0/+8
* 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