summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
* Have start_subparse() call class_prepare_method_parse() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-10/+8
* Have newATTRSUB() call class_wrap_method_body() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-5/+0
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-1/+4
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-171-3/+12
* 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-3/+15
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-0/+12
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-1/+5
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-6/+113
* Define five new operator precedence levelsPaul "LeoNerd" Evans2022-12-161-20/+27
* 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-5/+23
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-17/+19
* perly.y - add a diag_listed_as for UnimplementedYves Orton2022-10-311-0/+1
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-1/+6
* Add comments to perly.y to explain token orderingPaul "LeoNerd" Evans2022-10-021-0/+6
* Rename token types for keywords to add KW_... prefixPaul "LeoNerd" Evans2022-07-021-72/+84
* Rename some grammar rules/tokens to avoid 'method'Paul "LeoNerd" Evans2022-06-281-11/+11
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-5/+21
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-0/+4
* Don't emit experimental::signatures warning (closes #13681)Paul "LeoNerd" Evans2022-02-201-4/+0
* Use `optexpr` in anonymous to reduce number of symbolsBranislav Zahradník2022-02-051-8/+5
* Unify optional rulesBranislav Zahradník2022-02-051-14/+14
* Introduce rule `empty` returning NULLBranislav Zahradník2022-02-051-29/+34
* Gather all MY variants into single ruleBranislav Zahradník2022-02-051-3/+4
* Set the CvSIGNATURE flag on signatured subsPaul "LeoNerd" Evans2022-01-311-0/+2
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-3/+12
* 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-1/+20
* fix line number of try blockDavid Mitchell2021-09-041-0/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+5
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-18/+2
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+26
* Use explicit %emptyBranislav Zahradník2020-12-271-23/+23
* Cleanup remnants of 'KEY_err' removalBranislav Zahradník2020-12-271-3/+1
* Distinguish C- and perly- literals - PERLY_DOLLARBranislav Zahradník2020-12-271-3/+4
* Distinguish C- and perly- literals - PERLY_SLASHBranislav Zahradník2020-12-271-1/+2
* Distinguish C- and perly- literals - PERLY_STARBranislav Zahradník2020-12-271-8/+9
* Distinguish C- and perly- literals - PERLY_PAREN_CLOSEBranislav Zahradník2020-12-271-35/+35
* Distinguish C- and perly- literals - PERLY_PAREN_OPENBranislav Zahradník2020-12-271-50/+50
* Distinguish C- and perly- literals - PERLY_PERCENT_SIGNBranislav Zahradník2020-12-271-6/+6
* Distinguish C- and perly- literals - PERLY_SNAILBranislav Zahradník2020-12-271-6/+7
* Distinguish C- and perly- literals - PERLY_PLUSBranislav Zahradník2020-12-271-2/+3
* Distinguish C- and perly- literals - PERLY_MINUSBranislav Zahradník2020-12-271-2/+3
* Distinguish C- and perly- literals - PERLY_QUESTION_MARKBranislav Zahradník2020-12-271-2/+2
* Distinguish C- and perly- literals - PERLY_COLONBranislav Zahradník2020-12-271-2/+2
* Distinguish C- and perly- literals - PERLY_TILDEBranislav Zahradník2020-12-271-3/+3
* Distinguish C- and perly- literals - PERLY_EXCLAMATION_MARKBranislav Zahradník2020-12-271-2/+2
* Distinguish C- and perly- literals - PERLY_COMMABranislav Zahradník2020-12-271-5/+6
* Distinguish C- and perly- literals - PERLY_AMPERSANDBranislav Zahradník2020-12-271-5/+6