summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Expand)AuthorAgeFilesLines
...
* Distinguish C- and perly- literals - PERLY_EXCLAMATION_MARKBranislav Zahradník2020-12-271-26/+26
* Distinguish C- and perly- literals - PERLY_COMMABranislav Zahradník2020-12-271-681/+681
* Distinguish C- and perly- literals - PERLY_AMPERSANDBranislav Zahradník2020-12-271-103/+105
* Distinguish C- and perly- literals - PERLY_EQUAL_SIGNBranislav Zahradník2020-12-271-624/+636
* Distinguish C- and perly- literals - PERLY_DOTBranislav Zahradník2020-12-271-599/+596
* Distinguish C- and perly- literals - PERLY_SEMICOLONBranislav Zahradník2020-12-271-741/+747
* Distinguish C- and perly- literals - PERLY_BRACKET_CLOSEBranislav Zahradník2020-12-271-705/+701
* Distinguish C- and perly- literals - PERLY_BRACKET_OPENBranislav Zahradník2020-12-271-580/+580
* Distinguish C- and perly- literals - PERLY_BRACE_CLOSEBranislav Zahradník2020-12-271-728/+722
* Distinguish C- and perly- literals - PERLY_BRACE_OPENBranislav Zahradník2020-12-271-722/+734
* Use GNU Bison's named referencesBranislav Zahradník2020-12-071-588/+581
* regen_perly.pl: remove extraneous comments from bison 3.xDagfinn Ilmari Mannsåker2020-08-171-1/+1
* Add support for Bison versions up to 3.7Dagfinn Ilmari Mannsåker2020-08-061-1/+1
* Bump minimum required Bison version to 2.4Dagfinn Ilmari Mannsåker2020-08-061-2/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-5/+5
* chained comparisonsZefram2020-03-121-869/+921
* put signature ops in their own subtree.David Mitchell2019-09-231-19/+19
* OP_ARGCHECK: use custom aux structDavid Mitchell2019-09-231-23/+23
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-221-940/+947
* Support Bison version 3.1 through 3.4Dagfinn Ilmari Mannsåker2019-07-111-5/+5
* (perl #130585) prevent a spurious ) in a subparse confusing the parserTony Cook2019-06-121-835/+835
* parser: change LABEL type from pval to opvalDavid Mitchell2019-04-051-29/+29
* detect sub attributes following a signatureDavid Mitchell2018-03-021-18/+18
* rationalise subroutine parsing rulesDavid Mitchell2018-03-021-736/+764
* parse subs and signature subs separatelyDavid Mitchell2018-03-021-879/+892
* add Perl_init_named_cv() functiomDavid Mitchell2018-03-021-26/+26
* move sub attributes before the signatureDavid Mitchell2018-01-191-716/+694
* fix parsing of braced subscript after parensZefram2018-01-161-15/+15
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-816/+824
* add "whereis"Zefram2017-12-061-25/+25
* internally change "when" to "whereso"Zefram2017-12-051-1/+1
* change "when" keyword to "whereso"Zefram2017-12-051-2/+2
* remove useless "default" mechanismZefram2017-11-281-823/+815
* expand code comment in perly.yDavid Mitchell2017-11-161-2/+2
* Replace multiple 'use vars' by 'our' in regen.Nicolas R2017-11-111-2/+2
* parse yada-yada only as a statementZefram2017-11-101-739/+741
* perly.y: add $$ = 0 for midrule code blocksDavid Mitchell2017-06-071-33/+33
* yyparse: only calculate yytoken on yychar changeDavid Mitchell2016-12-051-1/+1
* Regen from the "special" regen scriptsAaron Crane2016-11-111-1/+1
* perly.y: remove redundant NULL castsLukas Mai2016-10-201-787/+661
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-678/+804
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-804/+678
* Use parser, not PL_parser, in perly.yFather Chrysostomos2016-08-041-661/+787
* silence compiler warning in perly.yDavid Mitchell2016-08-031-1/+1
* signatures: make param and optional param count IVDavid Mitchell2016-08-031-19/+19
* ucfirst() new signature diagnostic messagesDavid Mitchell2016-08-031-1/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-20/+20
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-685/+694
* rename "WORD" lexical token to "BAREWORD"David Mitchell2016-07-201-782/+662
* Allow my \$aFather Chrysostomos2016-07-171-657/+706