BadScript 2
Loading...
Searching...
No Matches
BadLogicAssignAndExpressionCompiler.cs
Go to the documentation of this file.
2
7
11public class BadLogicAssignAndExpressionCompiler : BadBinaryExpressionCompiler<BadLogicAssignAndExpression>
12{
15 {
16 context.Emit(BadOpCode.AndAssign, expression.Position);
17 }
18}
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