summaryrefslogtreecommitdiff
path: root/perly.act
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-301/+297
* Have newATTRSUB() call class_wrap_method_body() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-540/+534
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-248/+251
* perly.* - update generated files to include file type in modelineYves Orton2023-02-191-287/+288
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-171-30/+39
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-2/+2
* Parse an optional attribute list for fields; currently no attributes are definedPaul "LeoNerd" Evans2023-02-101-44/+60
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-39/+59
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-219/+223
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-523/+671
* Define five new operator precedence levelsPaul "LeoNerd" Evans2022-12-161-410/+440
* 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-368/+404
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-430/+431
* perly.y - add a diag_listed_as for UnimplementedYves Orton2022-10-311-194/+195
* perly.* - update perly files with more recent bisonYves Orton2022-10-311-256/+257
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-169/+174
* Add comments to perly.y to explain token orderingPaul "LeoNerd" Evans2022-10-021-222/+222
* Rename token types for keywords to add KW_... prefixPaul "LeoNerd" Evans2022-07-021-257/+257
* Rename some grammar rules/tokens to avoid 'method'Paul "LeoNerd" Evans2022-06-281-1/+1
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-715/+731
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-462/+467
* Don't emit experimental::signatures warning (closes #13681)Paul "LeoNerd" Evans2022-02-201-153/+149
* Use `optexpr` in anonymous to reduce number of symbolsBranislav Zahradník2022-02-051-171/+159
* Unify optional rulesBranislav Zahradník2022-02-051-168/+132
* Introduce rule `empty` returning NULLBranislav Zahradník2022-02-051-582/+498
* Gather all MY variants into single ruleBranislav Zahradník2022-02-051-102/+102
* Set the CvSIGNATURE flag on signatured subsPaul "LeoNerd" Evans2022-01-311-158/+160
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-617/+630
* for my ($foo,,, $bar) { ... } should parse as ($foo, $bar)Nicholas Clark2021-10-151-2/+2
* Implement n-at-a-time for loops.Nicholas Clark2021-10-151-441/+470
* fix line number of try blockDavid Mitchell2021-09-041-486/+488
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-475/+483
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-233/+217
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-705/+741
* Use explicit %emptyBranislav Zahradník2020-12-271-2/+2
* Cleanup remnants of 'KEY_err' removalBranislav Zahradník2020-12-271-237/+231
* Distinguish C- and perly- literals - PERLY_DOLLARBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_SLASHBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_STARBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_PAREN_CLOSEBranislav Zahradník2020-12-271-1/+1
* Distinguish C- and perly- literals - PERLY_PAREN_OPENBranislav Zahradník2020-12-271-1/+1
* Distinguish C- and perly- literals - PERLY_PERCENT_SIGNBranislav Zahradník2020-12-271-1/+1
* Distinguish C- and perly- literals - PERLY_SNAILBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_PLUSBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_MINUSBranislav Zahradník2020-12-271-268/+268
* Distinguish C- and perly- literals - PERLY_QUESTION_MARKBranislav Zahradník2020-12-271-1/+1
* Distinguish C- and perly- literals - PERLY_COLONBranislav Zahradník2020-12-271-1/+1
* Distinguish C- and perly- literals - PERLY_TILDEBranislav Zahradník2020-12-271-1/+1