summaryrefslogtreecommitdiff
path: root/perly.h
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-1/+1
* Have newATTRSUB() call class_wrap_method_body() if CVf_IsMETHODPaul "LeoNerd" Evans2023-03-061-5/+6
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-1/+1
* perly.* - update generated files to include file type in modelineYves Orton2023-02-191-7/+6
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-171-1/+1
* 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-1/+1
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-1/+1
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-1/+1
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-99/+104
* Define five new operator precedence levelsPaul "LeoNerd" Evans2022-12-161-31/+36
* Token type `pval` should be a void * pointerPaul "LeoNerd" Evans2022-12-141-2/+2
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-42/+48
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-5/+6
* perly.y - add a diag_listed_as for UnimplementedYves Orton2022-10-311-1/+1
* perly.* - update perly files with more recent bisonYves Orton2022-10-311-5/+4
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-1/+1
* Add comments to perly.y to explain token orderingPaul "LeoNerd" Evans2022-10-021-1/+1
* Rename token types for keywords to add KW_... prefixPaul "LeoNerd" Evans2022-07-021-59/+59
* Rename some grammar rules/tokens to avoid 'method'Paul "LeoNerd" Evans2022-06-281-5/+5
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-126/+121
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-121/+126
* Don't emit experimental::signatures warning (closes #13681)Paul "LeoNerd" Evans2022-02-201-2/+2
* Use `optexpr` in anonymous to reduce number of symbolsBranislav Zahradník2022-02-051-1/+1
* Unify optional rulesBranislav Zahradník2022-02-051-1/+1
* Introduce rule `empty` returning NULLBranislav Zahradník2022-02-051-1/+1
* Gather all MY variants into single ruleBranislav Zahradník2022-02-051-2/+2
* Set the CvSIGNATURE flag on signatured subsPaul "LeoNerd" Evans2022-01-311-1/+1
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-125/+121
* 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/+1
* fix line number of try blockDavid Mitchell2021-09-041-122/+127
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-32/+33
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-2/+2
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-1/+1
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-58/+61
* Use explicit %emptyBranislav Zahradník2020-12-271-1/+1
* Cleanup remnants of 'KEY_err' removalBranislav Zahradník2020-12-271-31/+30
* Distinguish C- and perly- literals - PERLY_DOLLARBranislav Zahradník2020-12-271-96/+97
* Distinguish C- and perly- literals - PERLY_SLASHBranislav Zahradník2020-12-271-89/+90
* Distinguish C- and perly- literals - PERLY_STARBranislav Zahradník2020-12-271-87/+88
* Distinguish C- and perly- literals - PERLY_PAREN_CLOSEBranislav Zahradník2020-12-271-2/+3
* Distinguish C- and perly- literals - PERLY_PAREN_OPENBranislav Zahradník2020-12-271-2/+3
* Distinguish C- and perly- literals - PERLY_PERCENT_SIGNBranislav Zahradník2020-12-271-88/+89
* Distinguish C- and perly- literals - PERLY_SNAILBranislav Zahradník2020-12-271-85/+86
* Distinguish C- and perly- literals - PERLY_PLUSBranislav Zahradník2020-12-271-86/+87
* Distinguish C- and perly- literals - PERLY_MINUSBranislav Zahradník2020-12-271-86/+87
* Distinguish C- and perly- literals - PERLY_QUESTION_MARKBranislav Zahradník2020-12-271-24/+25
* Distinguish C- and perly- literals - PERLY_COLONBranislav Zahradník2020-12-271-23/+24