summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* yyparse: only calculate yytoken on yychar changeDavid Mitchell2016-12-051-4/+4
* Regen from the "special" regen scriptsAaron Crane2016-11-111-1/+1
* perly.y: remove redundant NULL castsLukas Mai2016-10-201-668/+911
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-899/+658
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-656/+900
* Use parser, not PL_parser, in perly.yFather Chrysostomos2016-08-041-914/+671
* silence compiler warning in perly.yDavid Mitchell2016-08-031-2/+2
* signatures: make param and optional param count IVDavid Mitchell2016-08-031-153/+154
* ucfirst() new signature diagnostic messagesDavid Mitchell2016-08-031-2/+2
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-288/+212
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-377/+650
* rename "WORD" lexical token to "BAREWORD"David Mitchell2016-07-201-617/+844
* Allow my \$aFather Chrysostomos2016-07-171-118/+128
* Simplify parser’s handling of my/localFather Chrysostomos2016-05-211-3/+3
* regen_perly.pl: Correct typoFather Chrysostomos2016-05-161-227/+230
* run regen_perly.plDavid Mitchell2016-02-111-1/+1
* Add support for bison 3.0David Mitchell2016-02-031-2/+2
* [perl #127122] warn on unless (assignment) when syntax warnings are onTony Cook2016-01-211-296/+291
* given(): remove support for lexical $_David Mitchell2015-10-021-428/+419
* 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