summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2023-03-19[Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada
2023-03-09Expand tabs in parse.yTakashi Kokubun
2023-02-14Suppress -Wunused-but-set-variable warningNobuyoshi Nakada
2023-02-01Extract body rules from endless method definitionsNobuyoshi Nakada
2023-01-25Remove not used argument from tokenize_identyui-knk
2023-01-07Fix format specifiers for pointer differencesNobuyoshi Nakada
2023-01-06[Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada
2023-01-02[Bug #19291] Rewind to the previous lineNobuyoshi Nakada
2022-12-26EXPR_DOT is set when next token is tANDDOT ("&.") [ci skip]yui-knk
2022-12-15Disallow mixed usage of ... and */**Shugo Maeda
2022-12-13[Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada
2022-12-05Use loc to fix a failure of test_ast.rbShugo Maeda
2022-12-05Should use argsloc for the last argument for arg_append()Shugo Maeda
2022-12-02Introduce encoding check macroS-H-GAMELINKS
2022-11-29Remove ruby2_keywords related to args forwardingyui-knk
2022-11-29Use idFWD_* instead of ANON_*_IDShugo Maeda
2022-11-29Allow ** in def foo(...)Shugo Maeda
2022-11-24Fix the position of rescue clause without exc_listJeremy Evans
2022-11-21Refactor to use has_delayed_token macroyui-knk
2022-11-21Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk