runner and parser together add entries ok

This commit is contained in:
Partho Bhattacharya
2025-03-05 15:02:30 -05:00
parent c2f28b6836
commit f819a68ef7
5 changed files with 211 additions and 194 deletions

View File

@ -31,7 +31,7 @@ extern FILE *yyin;
int arg;
SymbolTable *top;
SymbolTable *curr;
SymbolTable *cur;
// int main(int argc, char* argv[]);
char *is_tok(int argc, char *argv[]);