aboutsummaryrefslogtreecommitdiffstats
path: root/node_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Embed `rb_args_info` in `rb_node_args_t`Nobuyoshi Nakada2023-10-301-13/+13
* Follow up NODE_OP_ASGN2 structure changeyui-knk2023-10-251-3/+2
* Expand OP_ASGN1 nd_args to nd_index and nd_rvalueyui-knk2023-10-201-3/+3
* Extract NODE_FL_NEWLINE access to macroyui-knk2023-10-111-1/+1
* Pass nd_value to NODE_REQUIRED_KEYWORD_Pyui-knk2023-10-071-2/+2
* Remove `NODE_VALUES`Nobuyoshi Nakada2023-10-061-6/+0
* Differentiate `NODE_BREAK`/`NODE_NEXT`/`NODE_RETURN`Nobuyoshi Nakada2023-10-051-4/+7
* Move internal NODE_DEF_TEMP to parse.yNobuyoshi Nakada2023-10-051-1/+0
* Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODEyui-knk2023-10-011-1/+1
* Expand pattern_info struct into ARYPTN Node and FNDPTN Nodeyui-knk2023-09-301-12/+12
* Merge NODE_DEF_TEMP and NODE_DEF_TEMP2yui-knk2023-09-291-1/+0
* Merge RNode_OP_ASGN2 and RNode_OP_ASGN22yui-knk2023-09-291-3/+3
* Change RNode structure from union to structyui-knk2023-09-281-203/+211
* Remove nd_entry from NODE_GASGN and NODE_GVARyui-knk2023-08-231-5/+4
* Wrap nd_head in node dump message with bracketsyui-knk2023-08-221-1/+1
* Fix the format of NODE_EVSTR rendered by dump_nodeyui-knk2023-06-181-1/+1
* [Feature #19719] Universal Parseryui-knk2023-06-121-0/+1122