Organization + Task 1 objectives t#30

This commit is contained in:
Scarlett
2025-02-24 15:28:46 -05:00
parent c1191c888e
commit 44ddfa41f8
23 changed files with 40 additions and 64 deletions

View File

@ -12,6 +12,7 @@
#include "typedefs.h"
#include <stdbool.h>
#include "symbol_table.h"
#include <sys/stat.h>
extern int line_number, column_number;
extern char *yytext;