summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2018-01-20dsl.rb: pnobu
2018-01-20dsl.rb: ID constantsnobu
2018-01-20dsl.rb: const_missingnobu
2018-01-20parse.y (yycompile0): check if acceptednobu
2018-01-19parse.y (assignable): Remove macro hellmame
2018-01-19parse.y: Split the path of assignable to Ripper/Parsermame
2018-01-19parse.y: Remove double meaning of node_assignmame
2018-01-19parse.y: Remove double meaning of backref_assign_errormame
2018-01-19parse.y: Remove unneeded type decls for Rippermame
2018-01-19parse.y: swap `foo!` and `foo` in Ripper DSLmame
2018-01-19parse.y: assign to $$nobu
2018-01-19parse.y: fix up r61957, toomame
2018-01-19parse.y: fix up r61957nobu
2018-01-19parse.y: Allows Ripper DSL to embed C function calls as `foo!`mame
2018-01-19parse.y: Remove new_commandmame
2018-01-19ext/ripper: Introduce a simple DSL for ripper.y code generationmame
2018-01-19parse.y: Fix excessed_comma eventmame
2018-01-18rb_parser_lex_state_names marked as staticshyouhei
2018-01-18parse.y: no longer undef assignablenobu
2018-01-18parse.y: fix overflownobu
2018-01-18parse.y: REQUIRED_KEYWORDnobu
2018-01-17parse.y: refine negate_lit_gen error messagenobu
2018-01-16parse.y: Refactor for-statement generationmame
2018-01-16parse.y (new_args_tail): Use human-friendly variable namesmame
2018-01-16parse.y: unified local_push argumentnobu
2018-01-16parse.y: simplified compstmtnobu
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-16parse.y (expr_value_do): factor out COND_PUSH->expr_value->do->COND_POPmame
2018-01-16parse.y: removed PARSER_ARG macronobu
2018-01-16parse.y: expand tokadd_mbcharnobu
2018-01-16parse.y: set location of nodes that lexer generatesmame
2018-01-16parse.y: set location of string/literals in the lexer instead of actionsmame
2018-01-16parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8mame
2018-01-16parse.y (symbol_append): Added to factor out `%i[]` and `%I[]`mame
2018-01-15parse.y: Removes unneeded Ripper/Parser guardsmame
2018-01-15parse.y (new_command_qcall): Receives a block (optional)mame
2018-01-15parse.y: Removes unreachable warningsmame
2018-01-15parse.y: Removes unneeded NULL checksmame
2018-01-15parse.y: Remove unneeded NULL checkmame
2018-01-15parse.y (last_arg_append, rest_arg_append): factor out the code clonesmame
2018-01-15parse.y (new_ary_op_assign): Factor out the typical code clonemame
2018-01-15parse.y: Fix a bug of `obj[42, &blk] ||= foo bar`mame
2018-01-15parse.y (begin_block): Factor out BEGIN {} process.mame
2018-01-15parse.y: Remove unused code comment blocksmame
2018-01-14parse.y (parser_heredoc_dedent): Removedmame
2018-01-14parse.y: yydebugnobu
2018-01-14parse.y: Remove unused a macro "FIXME"mame
2018-01-14parse.y: ripper no longer uses rb_discard_nodenobu
2018-01-14parse.y: Remove a code for old yaccmame
2018-01-14parse.y: Remove almost all *_gen macros by passing parser_params explicitlymame