class Liquid::Parser
def initialize(input)
def initialize(input) l = Lexer.new(input) @tokens = l.tokenize @p = 0 # pointer to current location end
def initialize(input) l = Lexer.new(input) @tokens = l.tokenize @p = 0 # pointer to current location end