summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2023-10-15Remove not used fields from STRyui-knk
2023-10-15Check node type before accessing nd_nextyui-knk
2023-10-15Stop updating node type from NODE_STR to NODE_DSTRyui-knk
2023-10-15Remove not used fields from XSTRyui-knk
2023-10-15Remove not used fields from LITyui-knk
2023-10-14Fix node type castsyui-knk
2023-10-14Delete heredoc line mark referencesNobuyoshi Nakada
2023-10-14Shorten `rb_strterm_literal_t` membersNobuyoshi Nakada
2023-10-14Manage `rb_strterm_t` without imemoNobuyoshi Nakada
2023-10-14Remove unions in `rb_strterm` structs for alignmentNobuyoshi Nakada
2023-10-13[Bug #19919] Warn class variable assignment and constant declaration in condi...yui-knk
2023-10-13Use `lex_eol` macrosNobuyoshi Nakada
2023-10-13[Bug #19924] Source code should be unsigned char streamNobuyoshi Nakada
2023-10-11Extract NODE_FL_NEWLINE access to macroyui-knk
2023-10-11Semicolon after `SWITCH_BY_COND_TYPE` for auto-indent [ci skip]Nobuyoshi Nakada
2023-10-10Extract numparam ntermsNobuyoshi Nakada
2023-10-10Use `rb_node_exits_t` instead of `NODE`Nobuyoshi Nakada
2023-10-10Forward declaration of `struct RNode_DEF_TEMP` and its typedefNobuyoshi Nakada
2023-10-10Remove not used fields from DEFNyui-knk
2023-10-10Pre-allocate `NODE_DEFN`/`NODE_DEFS` nodesNobuyoshi Nakada
2023-10-10Refactor NODE_DEF_TEMPNobuyoshi Nakada
2023-10-09Take care of internal node typeyui-knk
2023-10-08Remove not used fields from EVSTRyui-knk
2023-10-07Remove not used fields from asgn nodesyui-knk
2023-10-07Correctly casting node for accessing nd_value and nd_vid in parse.yyui-knk
2023-10-07Pass nd_value to NODE_REQUIRED_KEYWORD_Pyui-knk
2023-10-07Use rb_node_masgn_t instead of NODEyui-knk
2023-10-06Remove not used fields from MATCH3yui-knk
2023-10-06Remove not used fields from YIELDyui-knk
2023-10-06Remove not used fields from ZLISTyui-knk
2023-10-06Remove `NODE_VALUES`Nobuyoshi Nakada
2023-10-05Chain nodes to exit onlyNobuyoshi Nakada
2023-10-05Do not chain unexpected nodeNobuyoshi Nakada
2023-10-05Remove unused nodes in NODE_RETURN and NODE_REDONobuyoshi Nakada
2023-10-05Move internal NODE_DEF_TEMP to parse.yNobuyoshi Nakada
2023-10-05Remove not used fields from colon nodesyui-knk
2023-10-05Fix cast typeyui-knk
2023-10-04Remove not used fields from variable nodesyui-knk
2023-10-02`yield` cannot be placed outside methods even in blocksNobuyoshi Nakada
2023-10-02Include new node types into %printeryui-knk
2023-10-02Remove not used fields from call nodesyui-knk
2023-10-02Correctly casting node for accessing nd_args in parse.yyui-knk
2023-10-02Use rb_node_fcall_t instead of NODEyui-knk
2023-10-01Use rb_node_block_pass_t instead of NODEyui-knk
2023-10-01Use rb_node_args_t and rb_node_args_aux_t instead of NODEyui-knk
2023-10-01Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODEyui-knk
2023-09-30Stop saving source locations unnecessarilyNobuyoshi Nakada
2023-09-30Take line number from the tracked token locationNobuyoshi Nakada
2023-09-30Remove not used fields from FOR_MASGNyui-knk
2023-09-30Remove not used fields from OP_ASGN_AND, OP_ASGN_ORyui-knk