summaryrefslogtreecommitdiff
path: root/node_dump.c
AgeCommit message (Expand)Author
2025-03-08Implement CLASS NODE locationsydah
2025-03-03Implement POSTEXE NODE locationsydah
2025-01-09Implement FOR NODE locationsydah
2025-01-04Implement DOT2 NODE locationsydah
2025-01-04Implement REGX NODE locationsydah
2025-01-04Implement LAMBDA NODE locationsydah
2025-01-04Implement YIELD NODE locationsydah
2025-01-04Implement EVSTR NODE locationsydah
2025-01-03Implement SUPER NODE locationsydah
2025-01-03Implement IF NODE locationsydah
2024-09-30Implement SPLAT NODE keyword locationsydah
2024-09-28Implement OP_ASGN2 NODE locationsydah
2024-09-27Implement OP_ASGN1 NODE locationsydah
2024-09-25Implement BLOCK_PASS NODE keyword locationsydah
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-11Fix wrong NODE nameydah
2024-09-11Implement BREAK, NEXT and REDO NODE locationsydah
2024-09-11Implement WHILE and UNTIL NODE locationsydah
2024-09-09Implement WHEN NODE locationsydah
2024-09-05Implement AND/OR NODE operator locationsydah
2024-09-04Implement VALIAS NODE keyword locationsydah
2024-09-03Implement ALIAS NODE keyword locationsydah
2024-09-03Implement UNDEF NODE keyword locationsydah
2024-07-29Specify `LAST_NODE` for `NODE_DEFINED`yui-knk
2024-07-26Change RESBODY Node structureyui-knk
2024-07-25Dump forwarding field of `struct rb_args_info` and `struct RNode_BLOCK_PASS`yui-knk
2024-07-23Implement UNLESS NODE keyword locationsyui-knk
2024-07-20Change UNDEF Node structureyui-knk
2024-04-04NODE_LIT is not used anymoreyui-knk
2024-04-04Move shareable_constant_value logic from parse.y to compile.cyui-knk
2024-03-06Move FL_SINGLETON to FL_USER1Jean Boussier
2024-02-21Introduce NODE_REGX to manage regexp literalyui-knk
2024-02-20[Feature #20257] Rearchitect Ripperyui-knk
2024-02-12Fix [BUG] unknown node for NODE_ENCODINGyui-knk
2024-02-09Remove ruby object from string nodesyui-knk
2024-01-28Rename `nd_head` in `RNode_RESBODY` as `nd_next`Nobuyoshi Nakada
2024-01-27Introduce `NODE_ENCODING`S.H
2024-01-09Introduce NODE_SYM to manage symbol literalyui-knk
2024-01-08Change numeric node value functions argument to `NODE *`yui-knk
2024-01-07Introduce Numeric Node'sS-H-GAMELINKS
2024-01-02Introduce NODE_FILEyui-knk
2023-12-29Introduce NODE_LINEyui-knk
2023-12-27Print NODE_SELF nd_state fieldyui-knk
2023-10-30Embed `rb_args_info` in `rb_node_args_t`Nobuyoshi Nakada
2023-10-25Follow up NODE_OP_ASGN2 structure changeyui-knk
2023-10-20Expand OP_ASGN1 nd_args to nd_index and nd_rvalueyui-knk
2023-10-11Extract NODE_FL_NEWLINE access to macroyui-knk