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:
+1
-1
@@ -36,7 +36,7 @@ Symbol* CreateSymbol(char* name, void* value, int length) {
|
||||
|
||||
symbol->Length = length;
|
||||
symbol->Name = name;
|
||||
symbol->Value = value;
|
||||
//symbol->Value = value;
|
||||
|
||||
return symbol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user