summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* Have start_subparse() call class_prepare_method_parse() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-766/+764
* Have newATTRSUB() call class_wrap_method_body() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-43/+42
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-681/+681
* perly.* - update generated files to include file type in modelineYves Orton2023-02-191-13/+14
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-171-6/+6
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-1/+1
* Parse an optional attribute list for fields; currently no attributes are definedPaul "LeoNerd" Evans2023-02-101-791/+793
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-707/+707
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-595/+601
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-1024/+1084
* Define five new operator precedence levelsPaul "LeoNerd" Evans2022-12-161-922/+962
* Token type `pval` should be a void * pointerPaul "LeoNerd" Evans2022-12-141-1/+1
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-845/+915
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-34/+33
* perly.y - add a diag_listed_as for UnimplementedYves Orton2022-10-311-26/+26
* perly.* - update perly files with more recent bisonYves Orton2022-10-311-12/+13
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-22/+22
* Add comments to perly.y to explain token orderingPaul "LeoNerd" Evans2022-10-021-28/+28
* Rename token types for keywords to add KW_... prefixPaul "LeoNerd" Evans2022-07-021-848/+796
* Rename some grammar rules/tokens to avoid 'method'Paul "LeoNerd" Evans2022-06-281-22/+22
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-1076/+830
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-74/+317
* Don't emit experimental::signatures warning (closes #13681)Paul "LeoNerd" Evans2022-02-201-20/+20
* Use `optexpr` in anonymous to reduce number of symbolsBranislav Zahradník2022-02-051-668/+627
* Unify optional rulesBranislav Zahradník2022-02-051-18/+18
* Introduce rule `empty` returning NULLBranislav Zahradník2022-02-051-727/+755
* Gather all MY variants into single ruleBranislav Zahradník2022-02-051-61/+61
* Set the CvSIGNATURE flag on signatured subsPaul "LeoNerd" Evans2022-01-311-20/+20
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-1147/+919
* for my ($foo,,, $bar) { ... } should parse as ($foo, $bar)Nicholas Clark2021-10-151-1/+1
* Implement n-at-a-time for loops.Nicholas Clark2021-10-151-750/+776
* fix line number of try blockDavid Mitchell2021-09-041-98/+338
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-832/+846
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-26/+26
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-848/+860
* Use explicit %emptyBranislav Zahradník2020-12-271-10/+10
* Cleanup remnants of 'KEY_err' removalBranislav Zahradník2020-12-271-776/+774
* Distinguish C- and perly- literals - PERLY_DOLLARBranislav Zahradník2020-12-271-816/+792
* Distinguish C- and perly- literals - PERLY_SLASHBranislav Zahradník2020-12-271-757/+771
* Distinguish C- and perly- literals - PERLY_STARBranislav Zahradník2020-12-271-793/+807
* Distinguish C- and perly- literals - PERLY_PAREN_CLOSEBranislav Zahradník2020-12-271-38/+40
* Distinguish C- and perly- literals - PERLY_PAREN_OPENBranislav Zahradník2020-12-271-14/+14
* Distinguish C- and perly- literals - PERLY_PERCENT_SIGNBranislav Zahradník2020-12-271-644/+638
* Distinguish C- and perly- literals - PERLY_SNAILBranislav Zahradník2020-12-271-626/+579
* Distinguish C- and perly- literals - PERLY_PLUSBranislav Zahradník2020-12-271-677/+679
* Distinguish C- and perly- literals - PERLY_MINUSBranislav Zahradník2020-12-271-657/+657
* Distinguish C- and perly- literals - PERLY_QUESTION_MARKBranislav Zahradník2020-12-271-45/+47
* Distinguish C- and perly- literals - PERLY_COLONBranislav Zahradník2020-12-271-33/+33
* Distinguish C- and perly- literals - PERLY_TILDEBranislav Zahradník2020-12-271-41/+41