Updated the structure of symbols and tokens to hopefully help make computing symbol values easier.
This commit is contained in:
+1
-2
@@ -6,11 +6,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include "list.h"
|
||||
#include "token.h"
|
||||
#include "opcodes.h"
|
||||
#include "symbols_table.h"
|
||||
|
||||
void ParseTokens(List* tokens, SymbolTable** symbolsTable);
|
||||
void ParseTokens(TokenList* tokens, SymbolTable** symbolsTable);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user