Makefile rewrite

This commit is contained in:
Scarlett
2025-04-25 12:46:07 -04:00
parent 945dda59d0
commit 2c712ed221
10 changed files with 380 additions and 177 deletions

View File

@ -1,10 +0,0 @@
#ifndef GRAMMAR_H
#define GRAMMAR_H
#include "../src/runner.h"
void yyerror(const char *err);
int token_tracker;
TableNode * tn;
#endif