aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Directly free structure managed by imemo tmpbufyui-knk2023-09-221-16/+6
* Tag `p_lparen` and `p_lbracket` as `tbl`Nobuyoshi Nakada2023-09-171-8/+9
* ripper: Preprocess ripper-dispatchable types onlyNobuyoshi Nakada2023-09-171-1/+1
* nd_aid of NODE_OP_ASGN_OR is not used then no need to set ityui-knk2023-09-171-8/+0
* Align comments [ci skip]Nobuyoshi Nakada2023-09-161-20/+20
* [Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada2023-09-151-2/+9
* [Bug #19877] Fix flip-flop in blockNobuyoshi Nakada2023-09-151-0/+4
* [Bug #19877] Named captures should take place from regexps in blockNobuyoshi Nakada2023-09-151-2/+13
* [Bug #19877] Literals cannot have singleton methods even in blocksNobuyoshi Nakada2023-09-151-2/+13
* Reuse `rb_reg_named_capture_assign_iter_impl`Nobuyoshi Nakada2023-09-151-16/+1
* Restore `in_defined` flag at nested `defined?`Nobuyoshi Nakada2023-09-121-5/+12
* Rename `NODE_NEW_TEMPORAL` as `NODE_NEW_INTERNAL`Nobuyoshi Nakada2023-09-121-6/+6
* Declare `k_class` and `k_module` as `ctxt`Nobuyoshi Nakada2023-09-101-10/+10
* Add a new line between function definitions [ci skip]Yuichiro Kaneko2023-09-101-0/+1
* [Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada2023-09-071-16/+2
* [Bug #19281] Allow semicolon in parenthesis at the first argument of command ...yui-knk2023-09-011-8/+1
* [Bug-18878] Parse qualified const with brace block as method callNobuyoshi Nakada2023-09-011-8/+19
* [DOC] Detailed explanation when one line pattern matching is a void value exp...yui-knk2023-08-301-1/+1
* kw_rest_arg nd_cflag has not been used since 9720136yui-knk2023-08-261-1/+0
* [Bug #19851] Ripper: Hide internal block argument IDNobuyoshi Nakada2023-08-261-1/+6
* Replace only use of `snprintf` in parserNobuyoshi Nakada2023-08-251-6/+12
* [Bug #19848] Flush BOMNobuyoshi Nakada2023-08-251-0/+1
* Move SCRIPT_LINES__ away from parse.yNobuyoshi Nakada2023-08-251-45/+15
* config.h has to be the very beginning卜部昌平2023-08-251-0/+2
* The first arg of NEW_KW_ARG macro is always 0yui-knk2023-08-241-1/+1
* Consider the special node when printingNobuyoshi Nakada2023-08-161-1/+4
* Fix memory leak for incomplete lambdasPeter Zhu2023-08-091-10/+14
* Fix memory leak in parser for incomplete tokensPeter Zhu2023-08-091-14/+28
* [Bug #19788] Use the result of `tCOLON2` eventNobuyoshi Nakada2023-08-011-8/+8
* remove strange line eventKoichi Sasada2023-08-011-0/+1
* Use `lex_eol_p` familyNobuyoshi Nakada2023-07-261-18/+20
* Supress warning that variable may be used uninitialized with ripper buildingS-H-GAMELINKS2023-07-201-1/+1
* Use functions defined by parser_st.c to reduce dependency on st.cyui-knk2023-07-151-2/+4
* Move some macro for universal parserS-H-GAMELINKS2023-07-091-11/+81
* Move ISASCII defination to parse.yS-H-GAMELINKS2023-07-081-0/+11
* Use `uint_least32_t`Nobuyoshi Nakada2023-07-041-2/+2
* Introduce script_lines function for refactor script_lines_defined and script_...S-H-GAMELINKS2023-07-011-7/+9
* Handle unterminated unicode escapes in regexpsJeremy Evans2023-06-301-34/+63
* Don't check for null pointer in calls to freePeter Zhu2023-06-301-1/+1
* [Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada2023-06-221-0/+2
* [Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada2023-06-201-1/+5
* Remove coverage_enabled from parser_paramsyui-knk2023-06-181-4/+1
* Specify int bitfield as signed int bitfieldyui-knk2023-06-171-2/+2
* Replace parser & node compile_option from Hash to bit fieldyui-knk2023-06-171-14/+13
* Fix duplicate symbol errors when statically linking ripperNobuyoshi Nakada2023-06-121-1/+1
* [Feature #19719] Universal Parseryui-knk2023-06-121-776/+607
* Rename `rb_node_name` to the original nameyui-knk2023-05-241-2/+2
* Move `ruby_node_name` to node.c and rename prefix of the functionyui-knk2023-05-231-2/+2
* [Bug #19025] Numbered parameter names are always local variablesNobuyoshi Nakada2023-05-141-1/+1
* Add user argument to some macros used by bisonNobuyoshi Nakada2023-05-141-2/+2