static public bool Run(string input) { return(evaluator.Run(input)); }
static public bool Run(string input) => evaluator.Run(input);