summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/tokenizer/parser.h
blob: 993d2571ed67a485e151b559547c13bbc60e4e21 (plain)
1
2
3
char *parser(char *fileName); // general parser function
char *readFile(char *fileName); // reads the file into a single var
FILE *preProcess(char *contents);