summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
...
* Distinguish C- and perly- literals - PERLY_EQUAL_SIGNBranislav Zahradník2020-12-271-4/+5
* Distinguish C- and perly- literals - PERLY_DOTBranislav Zahradník2020-12-271-2/+3
* Distinguish C- and perly- literals - PERLY_SEMICOLONBranislav Zahradník2020-12-271-19/+20
* Distinguish C- and perly- literals - PERLY_BRACKET_CLOSEBranislav Zahradník2020-12-271-11/+12
* Distinguish C- and perly- literals - PERLY_BRACKET_OPENBranislav Zahradník2020-12-271-12/+13
* Distinguish C- and perly- literals - PERLY_BRACE_CLOSEBranislav Zahradník2020-12-271-14/+15
* Distinguish C- and perly- literals - PERLY_BRACE_OPENBranislav Zahradník2020-12-271-23/+24
* Use GNU Bison's named referencesBranislav Zahradník2020-12-071-363/+367
* Bump minimum required Bison version to 2.4Dagfinn Ilmari Mannsåker2020-08-061-1/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* chained comparisonsZefram2020-03-121-7/+40
* put signature ops in their own subtree.David Mitchell2019-09-231-1/+10
* OP_ARGCHECK: use custom aux structDavid Mitchell2019-09-231-7/+9
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-221-5/+17
* (perl #130585) prevent a spurious ) in a subparse confusing the parserTony Cook2019-06-121-1/+4
* parser: change LABEL type from pval to opvalDavid Mitchell2019-04-051-3/+9
* detect sub attributes following a signatureDavid Mitchell2018-03-021-1/+10
* rationalise subroutine parsing rulesDavid Mitchell2018-03-021-19/+46
* parse subs and signature subs separatelyDavid Mitchell2018-03-021-1/+21
* add Perl_init_named_cv() functiomDavid Mitchell2018-03-021-17/+1
* move sub attributes before the signatureDavid Mitchell2018-01-191-58/+19
* fix parsing of braced subscript after parensZefram2018-01-161-4/+16
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-17/+7
* add "whereis"Zefram2017-12-061-2/+14
* internally change "when" to "whereso"Zefram2017-12-051-2/+2
* change "when" keyword to "whereso"Zefram2017-12-051-3/+3
* remove useless "default" mechanismZefram2017-11-281-3/+1
* expand code comment in perly.yDavid Mitchell2017-11-161-1/+1
* parse yada-yada only as a statementZefram2017-11-101-6/+6
* perly.y: add $$ = 0 for midrule code blocksDavid Mitchell2017-06-071-0/+6
* yyparse: only calculate yytoken on yychar changeDavid Mitchell2016-12-051-3/+3
* perly.y: remove redundant NULL castsLukas Mai2016-10-201-39/+39
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-1/+3
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-6/+7
* Use parser, not PL_parser, in perly.yFather Chrysostomos2016-08-041-16/+16
* silence compiler warning in perly.yDavid Mitchell2016-08-031-1/+1
* signatures: make param and optional param count IVDavid Mitchell2016-08-031-5/+6
* ucfirst() new signature diagnostic messagesDavid Mitchell2016-08-031-1/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-133/+57
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-14/+260
* rename "WORD" lexical token to "BAREWORD"David Mitchell2016-07-201-8/+8
* Allow my \$aFather Chrysostomos2016-07-171-5/+13
* Simplify parser’s handling of my/localFather Chrysostomos2016-05-211-2/+2
* Add support for bison 3.0David Mitchell2016-02-031-1/+1
* [perl #127122] warn on unless (assignment) when syntax warnings are onTony Cook2016-01-211-7/+3
* given(): remove support for lexical $_David Mitchell2015-10-021-7/+1
* 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-1/+1
* perly.y changes from Lukas Mai in RT 123069Peter Martini2015-01-181-21/+59