Updated the way symbols are represented and how they are marked as resolved.

This commit is contained in:
2023-07-09 22:04:55 -05:00
parent 9c8fe17c8f
commit 65383cded2
6 changed files with 82 additions and 45 deletions
+1 -1
View File
@@ -11,6 +11,6 @@
#include "opcodes.h"
#include "symbols_table.h"
SymbolTable* ParseTokens(List* tokens);
void ParseTokens(List* tokens, SymbolTable** symbolsTable);
#endif