class Liquid::Lexer

def initialize(input)

def initialize(input)
  @ss = StringScanner.new(input)
end