diff --git a/parse.y b/parse.y index c443343156..10d6d2f08c 100644 --- a/parse.y +++ b/parse.y @@ -836,6 +836,7 @@ static void token_info_pop(struct parser_params*, const char *token, const rb_co %type f_kwrest f_label f_arg_asgn call_op call_op2 reswords relop dot_or_colon %token END_OF_INPUT 0 "end-of-input" %token '.' +%token '\\' "backslash" %token tUPLUS RUBY_TOKEN(UPLUS) "unary+" %token tUMINUS RUBY_TOKEN(UMINUS) "unary-" %token tPOW RUBY_TOKEN(POW) "**"