public static void Execute(string command) { Token[] tokens = Lexer.GenerateTokens(command + "\n"); Parser.Parse(tokens, Bolt.instance.settings); }