Started reworking the Parser to simplify how instructions will be represented. It will act like a 'first pass' that will do grammar checks but not verify the parameters of the opcodes.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define SYMBOLSTABLE_DEFAULT_CAPACITY 128
|
||||
|
||||
typedef enum {
|
||||
Data,
|
||||
ValueAt,
|
||||
Address
|
||||
} SymbolType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user