init branch

This commit is contained in:
Scarlett
2025-04-23 15:55:08 -04:00
parent 7a49701712
commit ecafbf713a
2 changed files with 43 additions and 0 deletions

10
src/grammar.h Normal file
View File

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