summaryrefslogtreecommitdiff
path: root/prism_compile.c
AgeCommit message (Expand)Author
2023-12-19[PRISM] Correct the jump target for redo in FOR_NODEMatt Valentine-House
2023-12-19[PRISM] Fix parameter numbering in For NodeMatt Valentine-House
2023-12-15[PRISM] Fix incorrect instructions for `default_proc=`eileencodes
2023-12-15[PRISM] Compile CallTargetNodeMatt Valentine-House
2023-12-15[PRISM] Compile IndexTargetNodeMatt Valentine-House
2023-12-14[PRISM] Implement safe navigation in CallNodesJemma Issroff
2023-12-14[prism] Fix build with no assertsKevin Newton
2023-12-14[PRISM] Fix keyword hash handling in method callsUfuk Kayserilioglu
2023-12-14Pattern matchingKevin Newton
2023-12-14[Prism] Fix cvar or assignment instructionseileencodes
2023-12-14[PRISM] Account for multiple anonymous localsJemma Issroff
2023-12-14[PRISM] Check for static literal, excluding array, hash, rangeJemma Issroff
2023-12-14[PRISM] Fix bugs in compiling optional keyword parametersJemma Issroff
2023-12-14[PRISM] Use frozen flag on StringNodeJemma Issroff
2023-12-14[PRISM] Add anon KW args to the block local tableMatt Valentine-House
2023-12-13[Prism] Fix InterpolatedMatchLastLine Instructionseileencodes
2023-12-13[PRISM] Fix a -Wformat-zero-length warningTakashi Kokubun
2023-12-13[PRISM] Use xcalloc for iseq id tableJohn Hawthorn
2023-12-13[PRISM] Fix st_table memory leakJohn Hawthorn
2023-12-13[PRISM] Break nodes should add an entry to the parent catch tableMatt Valentine-House
2023-12-13[PRISM] Remove errant NOP when redo_label is setMatt Valentine-House
2023-12-13[PRISM] Generate instruction for when redo_label is setMatt Valentine-House
2023-12-13[PRISM] Use `PM_KEYWORD_HASH_NODE_FLAGS_STATIC_KEYS` flag in compilerUfuk Kayserilioglu
2023-12-13[PRISM] If receiver on CallNode is SelfNode, use FCALL flagsJemma Issroff
2023-12-13[PRISM] Fix attrset edge caseseileencodes
2023-12-12[PRISM] Correctly parse non-base 10 integers in PrismJemma Issroff
2023-12-12[PRISM] Fix segv with regex once flageileencodes
2023-12-12[PRISM] Compile NextNode argumentsMatt Valentine-House
2023-12-12[PRISM] Implementing forwarding of args for ForwardingSuperNodeJemma Issroff
2023-12-12[PRISM] Allow rest parameter to be `*`Jemma Issroff
2023-12-12[PRISM] Do not hide syntactically required parentheses within macrosNobuyoshi Nakada
2023-12-11[PRISM] Properly compile MultiTargetNodes within parametersJemma Issroff
2023-12-11[PRISM] Fixed rest in MultiTargetNodesJemma Issroff
2023-12-11[PRISM] Correctly implemented forwarding parameters in methodsJemma Issroff
2023-12-11[PRISM] Restructure parameters on ScopeNodesJemma Issroff
2023-12-11[PRISM] Define and use a pm_add_ensure_iseqJemma Issroff
2023-12-11[PRISM] Fix ElseNode within CaseNodeJemma Issroff
2023-12-11Add handling of implicit hash argumentsUfuk Kayserilioglu
2023-12-08[PRISM] Fix `PM_CALL_NODE` assignmenteileencodes
2023-12-07Support method calls inside `defined?`Aaron Patterson
2023-12-07Added commentJemma Issroff
2023-12-07[PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff
2023-12-07[PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House
2023-12-07[PRISM] Don't pop arguments on a return nodeJemma Issroff
2023-12-07[PRISM] Ensure should set correct end_labelMatt Valentine-House
2023-12-07[PRISM] Rescue should set correct end_labelMatt Valentine-House
2023-12-06[PRISM] Correct depth offset for block local varsMatt Valentine-House
2023-12-06[prism] Handle string and xstring encodingsKevin Newton
2023-12-06[PRISM] Extract a PM_NOP helperJemma Issroff
2023-12-06[PRISM] Fix ReturnNodesJemma Issroff