Removed build artefact

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-12 13:33:29 +02:00
parent 91d3f9c107
commit b767ddc8bf
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
/**
* TLP compiler generated code
*
* Module name: simple_variables
* Output C file: tlangout.c
*/
[Instruction: compiler.codegen.instruction.VariableDeclaration:varName: simple_variables.x]
[Instruction: compiler.codegen.instruction.VariableAssignmentInstr:assignTo: simple_variables.x, valInstr: [Instruction: compiler.codegen.instruction.BinOpInstr:BinOpType: ADD, LhsValInstr: [Instruction: compiler.codegen.instruction.LiteralValue:Data: 1, Length: 4], RhsValInstr: [Instruction: compiler.codegen.instruction.LiteralValue:Data: 2, Length: 4]]]
[Instruction: compiler.codegen.instruction.VariableDeclaration:varName: simple_variables.y]
[Instruction: compiler.codegen.instruction.VariableAssignmentInstr:assignTo: simple_variables.y, valInstr: [Instruction: compiler.codegen.instruction.LiteralValue:Data: 2, Length: 4]]