Added some simple symbol handling to the Parser.
This commit is contained in:
+3
-5
@@ -1,12 +1,10 @@
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "list.h"
|
||||
|
||||
typedef struct {
|
||||
char* name;
|
||||
int address;
|
||||
} Symbol;
|
||||
#include "token.h"
|
||||
|
||||
void ParseTokens(List*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user