Group
public class Group : NSObject
A Group
is a intermediate representation object for representing a mathematical expression.
This is the object that allows the tokens to be grouped together to convert them into nodes.
In particular, it is in charge of recognizing parentheses and preanalysing them before passing the expression to Parser
.
-
Undocumented
Declaration
Swift
override public var description: String { get }