BadScript 2
Loading...
Searching...
No Matches
BadLogicAndExpressionCompiler.cs
Go to the documentation of this file.
2
7
12{
14 public override void CompileBinary(BadExpressionCompileContext context, BadLogicAndExpression expression)
15 {
16 context.Emit(BadOpCode.And, expression.Position);
17 }
18}
BadSourcePosition Position
The source Position of the Expression.
override void CompileBinary(BadExpressionCompileContext context, BadLogicAndExpression expression)
Contains the Logic Expressions for the BadScript2 Language.
BadOpCode
Defines the Operations that the BadVirtualMachine can execute.
Definition BadOpCode.cs:7