private static void AddToken(string lex, LexToken tok) { s_tokens[s_position] = new KeywordToken(lex, tok); s_position++; }