The Parser of the Language. It turns Source Code into an Expression Tree.
Base Implementation for all Expressions used inside the Script.
Base Class of All Operators.
Base class for all Unary Prefix Operators.
BadUnaryPrefixOperator(int precedence, string symbol, bool isLeftAssociative=true)
Constructor for the Unary Prefix Operator.
BadExpression Parse(BadSourceParser parser)
Parses the Operator and returns the resulting Expression.
Contains the Expressions for the BadScript2 Language.
Contains the Operators for the BadScript2 Language.