summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2023-09-12Restore `in_defined` flag at nested `defined?`Nobuyoshi Nakada
2023-09-12Rename `NODE_NEW_TEMPORAL` as `NODE_NEW_INTERNAL`Nobuyoshi Nakada
2023-09-10Declare `k_class` and `k_module` as `ctxt`Nobuyoshi Nakada
2023-09-10Add a new line between function definitions [ci skip]Yuichiro Kaneko
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-09-01[Bug #19281] Allow semicolon in parenthesis at the first argument of command ...yui-knk
2023-09-01[Bug-18878] Parse qualified const with brace block as method callNobuyoshi Nakada
2023-08-30[DOC] Detailed explanation when one line pattern matching is a void value exp...yui-knk
2023-08-26kw_rest_arg nd_cflag has not been used since 9720136yui-knk
2023-08-26[Bug #19851] Ripper: Hide internal block argument IDNobuyoshi Nakada
2023-08-25Replace only use of `snprintf` in parserNobuyoshi Nakada
2023-08-25[Bug #19848] Flush BOMNobuyoshi Nakada
2023-08-25Move SCRIPT_LINES__ away from parse.yNobuyoshi Nakada
2023-08-25config.h has to be the very beginning卜部昌平
2023-08-24The first arg of NEW_KW_ARG macro is always 0yui-knk
2023-08-16Consider the special node when printingNobuyoshi Nakada
2023-08-09Fix memory leak for incomplete lambdasPeter Zhu
2023-08-09Fix memory leak in parser for incomplete tokensPeter Zhu
2023-08-01[Bug #19788] Use the result of `tCOLON2` eventNobuyoshi Nakada
2023-08-01remove strange line eventKoichi Sasada
2023-07-26Use `lex_eol_p` familyNobuyoshi Nakada
2023-07-20Supress warning that variable may be used uninitialized with ripper buildingS-H-GAMELINKS
2023-07-15Use functions defined by parser_st.c to reduce dependency on st.cyui-knk
2023-07-09Move some macro for universal parserS-H-GAMELINKS
2023-07-08Move ISASCII defination to parse.yS-H-GAMELINKS
2023-07-04Use `uint_least32_t`Nobuyoshi Nakada
2023-07-01Introduce script_lines function for refactor script_lines_defined and script_...S-H-GAMELINKS
2023-06-30Handle unterminated unicode escapes in regexpsJeremy Evans
2023-06-30Don't check for null pointer in calls to freePeter Zhu
2023-06-22[Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada
2023-06-20[Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada
2023-06-18Remove coverage_enabled from parser_paramsyui-knk
2023-06-17Specify int bitfield as signed int bitfieldyui-knk
2023-06-17Replace parser & node compile_option from Hash to bit fieldyui-knk
2023-06-12Fix duplicate symbol errors when statically linking ripperNobuyoshi Nakada
2023-06-12[Feature #19719] Universal Parseryui-knk
2023-05-24Rename `rb_node_name` to the original nameyui-knk
2023-05-23Move `ruby_node_name` to node.c and rename prefix of the functionyui-knk
2023-05-14[Bug #19025] Numbered parameter names are always local variablesNobuyoshi Nakada
2023-05-14Add user argument to some macros used by bisonNobuyoshi Nakada
2023-05-14Introduce anddot_multiple_assignment_check functionS-H-GAMELINKS
2023-05-02[Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada
2023-04-30Handle private AREF call in compile.cNobuyoshi Nakada
2023-04-10Get rid of a breakpoint left in parse.yTakashi Kokubun
2023-04-07[Bug #19563] Yield words separators per linesNobuyoshi Nakada
2023-04-01`*` in an array pattern should not be parsed as nil in ripperKazuki Tsujimoto
2023-03-31Fix gc_verify_internal_consistency error for pattern_matching in ripperyui-knk
2023-03-30[Bug #19547] Add token for unescaped backslashNobuyoshi Nakada
2023-03-26[Bug #19175] p_kw without a sub pattern should be `assignable'Kazuki Tsujimoto
2023-03-26[Bug #19175] p_rest should be `assignable'Kazuki Tsujimoto