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