Code cleanup.
This commit is contained in:
+1
-8
@@ -11,13 +11,6 @@
|
||||
#include "opcodes.h"
|
||||
#include "symbols_table.h"
|
||||
|
||||
//#define HIGHMEMORY 65535 //64KiB - 1 AKA 0xFFFF
|
||||
|
||||
typedef struct {
|
||||
List* Instructions;
|
||||
SymbolTable* SymbolsTable;
|
||||
} IRState;
|
||||
|
||||
IRState* ParseTokens(List*);
|
||||
SymbolTable* ParseTokens(List* tokens);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user