summaryrefslogtreecommitdiff
path: root/prism_compile.c
AgeCommit message (Expand)Author
2024-04-04[PRISM] Remove dummy_line_node usage from class variable nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from global variable nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from index nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from instance variable nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from keyword hash and lambda nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from local variable nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from match predicate nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from match required nodeKevin Newton
2024-04-04[PRISM] Simplify match write node compilationKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage from module and match write nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for multi write nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for next nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for call operator write nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for call and/or write nodeKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for call nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for break nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for block argument nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for begin nodesKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage for PM_BACK_REFERENCE_READ_NODEKevin Newton
2024-04-04[PRISM] Remove dummy_line_node usage in pm_interpolated_node_compileKevin Newton
2024-04-03[PRISM] Mark constant path owning expressions as not poppedKevin Newton
2024-03-29[PRISM] Fix BEGIN{} execution orderKevin Newton
2024-03-28[PRISM] Add debug info for frozen stringsKevin Newton
2024-03-28[PRISM] Simplify raising load errorsKevin Newton
2024-03-28[PRISM] Use new -x prism APIKevin Newton
2024-03-27[PRISM] Set path on syntax errorKevin Newton
2024-03-27[PRISM] Implicitly change encoding when a UTF-8 BOM is foundKevin Newton
2024-03-27[PRISM] Match style for invalid encoding errorKevin Newton
2024-03-27[PRISM] Include file and line in error messageKevin Newton
2024-03-27[PRISM] Use new error formatting APIKevin Newton
2024-03-27[PRISM] Pass --enable-frozen-string-literal through to evalsKevin Newton
2024-03-27[PRISM] Fix ASCII-compatible check for eval encodingKevin Newton
2024-03-26[PRISM] Use correct encoding for regular expression literalsKevin Newton
2024-03-26[PRISM] Better handle interpolated* nodes with inner frozen partsKevin Newton
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-18[PRISM] Fix up frozen checks for arefKevin Newton
2024-03-15Refactor frozen_string_literal check during compilationJean Boussier
2024-03-15[PRISM] Fix up source file when not frozenKevin Newton
2024-03-15Fix compiling shareable constant nodesKevin Newton
2024-03-14[PRISM] Fix float in case dispatchKevin Newton
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-13[PRISM] Handle ambiguous_param0 for it and numbered parametersKevin Newton
2024-03-13Handle nth ref too bigKevin Newton
2024-03-13[PRISM] Static literal strings should be fstringsKevin Newton
2024-03-13[PRISM] Fix compiling duplicated keywordsKevin Newton
2024-03-13[PRISM] Handle parentheses in patterns in prismKevin Newton
2024-03-11[PRISM] Parse stdin on CLI with prismKevin Newton
2024-03-07[PRISM] Use new integer logicKevin Newton
2024-03-05[DOC] fix some commentscui fliter
2024-02-28[PRISM] Handle implicit flip-flop bounds checking against $.Kevin Newton