Added a length attribute to the symbol.

This commit is contained in:
2022-09-06 14:15:45 +00:00
parent 7004fff659
commit 2518214585
2 changed files with 21 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
typedef struct {
Token* token;
//unsigned char terminatingByte;
int length;
int address;
int resolved;
} Symbol;