Returns a new instance of Parser.
104 105 106 107 108
# File 'lib/termular/parser.rb', line 104 def initialize(src) @src = src @tokens = Lexer.lex! src @i = -1 end