uncommented one part of symbol_table

This commit is contained in:
Partho Bhattacharya
2025-02-20 19:20:34 -05:00
parent e87c61a554
commit bf65f47b50

View File

@ -2,7 +2,7 @@
//Using a Linked List Structure. Head of linked List points to parent scope (if one exists)
//Tail of Linked List points to a Linked List of all the child scopes
//T
//*#include "symbol_table.h"
#include "symbol_table.h"
/*
#include <stdbool.h>
#include <stdio.h>