summaryrefslogtreecommitdiff
path: root/src/compiler/code-generator.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-27 16:10:47 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-27 16:13:24 +0330
commit7a8b8ff4bee2373e1e0f3b2b1837dc25041e1a1d (patch)
tree38331ef33be27a4867ed5171768fdd42787b66aa /src/compiler/code-generator.h
parent64331c144518b8ab1c3cf08473771e0d3f14f67b (diff)
clean up
removed print hello world
Diffstat (limited to 'src/compiler/code-generator.h')
-rw-r--r--src/compiler/code-generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index ace6e97..03415a4 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -5,7 +5,6 @@
#include <stdint.h>
typedef enum CodeGeneratorInstruction : uint8_t {
- CODE_GENERATOR_INSTRUCTION_PRINT,
CODE_GENERATOR_INSTRUCTION_PRINT_U64,
CODE_GENERATOR_INSTRUCTION_CALL,
CODE_GENERATOR_INSTRUCTION_RET,