class Opal::Lexer

def set_arg_state

def set_arg_state
  @lex_state = after_operator? ? :expr_arg : :expr_beg
end