uncommented one part of symbol_table
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
//Using a Linked List Structure. Head of linked List points to parent scope (if one exists)
|
//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
|
//Tail of Linked List points to a Linked List of all the child scopes
|
||||||
//T
|
//T
|
||||||
//*#include "symbol_table.h"
|
#include "symbol_table.h"
|
||||||
/*
|
/*
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user