summaryrefslogtreecommitdiff
path: root/prism/node.h
AgeCommit message (Expand)Author
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
2024-04-03[ruby/prism] Fix up pm_node_list_growKevin Newton
2024-04-03[ruby/prism] Pass block exits up the treeKevin Newton
2024-04-03[ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate over...Kevin Newton
2024-03-04[ruby/prism] Provide API for visiting in CKevin Newton
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-23[ruby/prism] Duplicated hash keysKevin Newton
2024-02-17[ruby/prism] Provide the ability to dump AST to JSON from CKevin Newton
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
2023-11-01[ruby/prism] Documentation for nodesKevin Newton
2023-11-01[ruby/prism] Remove unnecessary PM_EMPTY_NODE_LISTKevin Newton
2023-10-25[PRISM] Move scope_node itself to CRuby, create prism_compile.hJemma Issroff
2023-10-18Revert "Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode""Jemma Issroff
2023-10-16Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode"Jemma Issroff
2023-10-16[ruby/prism] Change ScopeNode to point to previous ScopeNodeJemma Issroff
2023-10-09[ruby/prism] Attach the ast node to the scopeMatt Valentine-House
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton