summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* [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
* Introduce anddot_multiple_assignment_check functionS-H-GAMELINKS2023-05-141-6/+10
* [Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada2023-05-021-3/+23
* Handle private AREF call in compile.cNobuyoshi Nakada2023-04-301-4/+1
* Get rid of a breakpoint left in parse.yTakashi Kokubun2023-04-101-1/+0
* [Bug #19563] Yield words separators per linesNobuyoshi Nakada2023-04-071-10/+15
* `*` in an array pattern should not be parsed as nil in ripperKazuki Tsujimoto2023-04-011-1/+1
* Fix gc_verify_internal_consistency error for pattern_matching in ripperyui-knk2023-03-311-21/+14
* [Bug #19547] Add token for unescaped backslashNobuyoshi Nakada2023-03-301-0/+1
* [Bug #19175] p_kw without a sub pattern should be `assignable'Kazuki Tsujimoto2023-03-261-1/+1
* [Bug #19175] p_rest should be `assignable'Kazuki Tsujimoto2023-03-261-33/+26
* [Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada2023-03-191-10/+10
* Expand tabs in parse.yTakashi Kokubun2023-03-091-7361/+7361
* Suppress -Wunused-but-set-variable warningNobuyoshi Nakada2023-02-141-0/+1
* Extract body rules from endless method definitionsNobuyoshi Nakada2023-02-011-64/+36
* Remove not used argument from tokenize_identyui-knk2023-01-251-4/+4
* Fix format specifiers for pointer differencesNobuyoshi Nakada2023-01-071-3/+16
* [Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada2023-01-061-7/+5
* [Bug #19291] Rewind to the previous lineNobuyoshi Nakada2023-01-021-4/+13
* EXPR_DOT is set when next token is tANDDOT ("&.") [ci skip]yui-knk2022-12-261-1/+1
* Disallow mixed usage of ... and */**Shugo Maeda2022-12-151-6/+26
* [Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada2022-12-131-1/+1
* Use loc to fix a failure of test_ast.rbShugo Maeda2022-12-051-1/+1
* Should use argsloc for the last argument for arg_append()Shugo Maeda2022-12-051-2/+2
* Introduce encoding check macroS-H-GAMELINKS2022-12-021-3/+4
* Remove ruby2_keywords related to args forwardingyui-knk2022-11-291-2/+0
* Use idFWD_* instead of ANON_*_IDShugo Maeda2022-11-291-18/+14
* Allow ** in def foo(...)Shugo Maeda2022-11-291-16/+4
* Fix the position of rescue clause without exc_listJeremy Evans2022-11-241-1/+10
* Refactor to use has_delayed_token macroyui-knk2022-11-211-1/+1
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-61/+419
* Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk2022-11-181-4/+7
* Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda2022-11-181-1/+1
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-6/+6
* Now bison 3.0 or later is requiredNobuyoshi Nakada2022-11-091-0/+2
* Set default %printer for NODE ntermsyui-knk2022-11-081-0/+8
* Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada2022-10-091-1/+1
* Fix typosyui-knk2022-10-081-37/+37
* Fix SEGV of dump parsetreeyui-knk2022-10-081-0/+3
* "expr_value" can be erroryui-knk2022-10-081-0/+6
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-081-8/+6
* Treat "end" as reserved word with consideration of indentyui-knk2022-10-081-1/+36
* Generates "end" tokens if parser hits end of inputyui-knk2022-10-081-6/+105
* Add error_tolerant option to RubyVM::ASTyui-knk2022-10-081-1/+14
* Suppress a warning on clangShugo Maeda2022-09-261-1/+1
* Reuse `opt_arg_append` functionS.H2022-09-141-7/+1
* Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto2022-09-091-4/+12
* [Bug #18963] Separate string contents by here document terminatorNobuyoshi Nakada2022-08-281-0/+13
* Reuse `nonlocal_var` patternsS.H2022-08-221-6/+2