1 2 3 4 5 6 7
#include "tokenizer.h" #include <stdio.h> #define MAXOUTLEN 512 void CompilerInit(); void Compile(astNode *node, FILE *f, char *strline);