cleanup (removed .saves)

This commit is contained in:
Scarlett
2025-03-06 21:31:55 -05:00
parent 211919d70e
commit 9eee3d94ba
6 changed files with 8 additions and 438 deletions

View File

@ -1,3 +1,6 @@
/* Syntax Analyzer with Bison (3.8.2) */
/* The Translators - Spring 2025 */
%{
#include <stdio.h>
#include "../src/symbol_table.c"