Updated the structure of symbols and tokens to hopefully help make computing symbol values easier.
This commit is contained in:
+1
-2
@@ -7,9 +7,8 @@
|
||||
#include <errno.h>
|
||||
#include "stdlib.h"
|
||||
#include "token.h"
|
||||
#include "list.h"
|
||||
#include "opcodes.h"
|
||||
|
||||
List* GenerateTokenList(const char*);
|
||||
TokenList* GenerateTokenList(const char*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user