19 protected BadBinaryOperator(
int precedence,
string symbol,
bool isLeftAssociative =
true) : base(
The Parser of the Language. It turns Source Code into an Expression Tree.
Base Implementation for all Expressions used inside the Script.
Base class for all binary operators.
BadBinaryOperator(int precedence, string symbol, bool isLeftAssociative=true)
Constructor for a binary operator.
BadExpression Parse(BadExpression left, BadSourceParser parser)
Parses the operator.
Base Class of All Operators.
Contains the Expressions for the BadScript2 Language.
Contains the Operators for the BadScript2 Language.