combined symbol table with IR in this branch

This commit is contained in:
Partho
2025-04-25 13:01:31 -04:00
parent 97ef6fa462
commit f0d81ff5fd
7 changed files with 552 additions and 16 deletions

View File

@ -64,6 +64,7 @@ TableNode *boo;
TableNode *recprime;
TableNode *funtypeprime;
TableNode *undefined;
extern Instruction* begin;
int main(int argc, char *argv[]);
int check_flag(char *arg, char *alpha);