BadSourcePosition Combine(BadSourcePosition other)
Combines two Source Positions.
Contains Static Data for the BadScript Language.
The Parser of the Language. It turns Source Code into an Expression Tree.
BadExpression ParseExpression(BadExpression? left=null, int precedence=int.MaxValue)
Parses an Expression with a precedence greater than the given precedence. Moves the reader to the nex...
Base Implementation for all Expressions used inside the Script.
BadSourcePosition Position
The source Position of the Expression.
Implements the 'instanceof' operator.
Base class for all binary operators.
Implements the Instance Of Operator.
BadInstanceOfExpressionOperator()
Creates a new Instance Of Operator.
override BadExpression Parse(BadExpression left, BadSourceParser parser)
int Precedence
The Precedence of the Operator.
Contains Shared Data Structures and Functionality.
Contains the Expressions for the BadScript2 Language.
Contains the Operators for the BadScript2 Language.