ParseContext
public enum ParseContext
Makes the difference between regular math equations and tables (excel like) formulas.
-
Regular math equation / expression
Declaration
Swift
case math
-
Excel like formula
example:
=SUM(A3:A5)
Declaration
Swift
case tables