class Parser::Lexer::Literal

def extend_space(ts, te)

def extend_space(ts, te)
  flush_string
  unless @space_emitted
    emit(:tSPACE, nil, ts, te)
    @space_emitted = true
  end
end