class Parser::Lexer::Literal

def extend_string(string, ts, te)

def extend_string(string, ts, te)
  @buffer_s ||= ts
  @buffer_e = te
  # Patch for opal-parser, original:
  # @buffer << string
  @buffer += string
end