public Parser(Lexer lexer) { _lexer = lexer; _tokens = PreLex().ToArray(); _currentFrame = ImmutableArray <ParameterReference> .Empty; }