Updated the structure of symbols and tokens to hopefully help make computing symbol values easier.
This commit is contained in:
+2
-2
@@ -3,13 +3,13 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sysexits.h>
|
||||
#include "../includes/list.h"
|
||||
#include "../includes/token.h"
|
||||
#include "../includes/futil.h"
|
||||
#include "../includes/scanner.h"
|
||||
#include "../includes/parser.h"
|
||||
|
||||
const char* MagicStartName = "__start";
|
||||
List* LIST;
|
||||
TokenList* LIST;
|
||||
SymbolTable* Symbols = NULL;
|
||||
|
||||
unsigned char mem[128] = {0};
|
||||
|
||||
Reference in New Issue
Block a user