Created the skeleton for the parser.

This commit is contained in:
2022-02-07 15:33:58 +00:00
parent 7c6e5e1541
commit 3d4ab57f05
5 changed files with 74 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ char *opcodes[OPCODECOUNT] = {
"sub",
"jz",
"int",
"hlt",
"yld",
"ret"
};