Ejemplo n.º 1
0
 public static MathStatements.MathStatement ParseOrThrow(string input) => Expr.ParseOrThrow(input);
Ejemplo n.º 2
0
 public static Expr ParseOrThrow(string input) => Expr.ParseOrThrow(input);