# File lib/liquid/parser.rb, line 3 def initialize(input) l = Lexer.new(input) @tokens = l.tokenize @p = 0 # pointer to current location end