BadScript 2
Loading...
Searching...
No Matches
BadLogicAssignXOrExpressionCompiler.cs
Go to the documentation of this file.
2
4
8public class BadLogicAssignXOrExpressionCompiler : BadBinaryExpressionCompiler<BadLogicAssignXOrExpression>
9{
12 {
13 context.Emit(BadOpCode.XOrAssign, expression.Position);
14 }
15}
BadSourcePosition Position
The source Position of the Expression.
Contains the Self-Assigning Logic Expressions for the BadScript2 Language.
BadOpCode
Defines the Operations that the BadVirtualMachine can execute.
Definition BadOpCode.cs:7