14 protected BadOperator(
int precedence,
string symbol,
bool isLeftAssociative =
true)
Base Class of All Operators.
string Symbol
The Operator Symbol.
int Precedence
The Precedence of the Operator.
BadOperator(int precedence, string symbol, bool isLeftAssociative=true)
Constructor of the Operator.
bool IsLeftAssociative
Set to true if the Operator needs to be evaluated left to right.
Contains the Operators for the BadScript2 Language.