Code cleanup. Converting a number lexeme to a proper integer setup but not done yet. So number tokens don't have a valid value.

This commit is contained in:
2022-05-05 16:12:33 +00:00
parent 9fa48520c7
commit 8ec0b9b216
11 changed files with 59 additions and 283 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define OPCODES_H
#include <string.h>
#include "lexer.h"
#include "token.h"
#define OPCODECOUNT 10
#define REGISTERCOUNT 8