Fix the conflicts t#29

This commit is contained in:
Meyer Simon
2025-02-21 16:26:37 -05:00
parent 52171d5569
commit e86edb324b
4 changed files with 7 additions and 5 deletions

View File

@ -20,9 +20,9 @@ int arg;
SymbolTable * top;
SymbolTable * curr;
int main(int argc, char* argv[]);
// int main(int argc, char* argv[]);
char *is_tok(int argc, char* argv[]);
int is_alpha_file(char *file, int file_len);
// int is_alpha_file(char *file, int file_len);
void enter_scope(int, int);
void exit_scope(void);