UnionCompilerDesign / compiler_core

The core of the compiler, runtime, and builder setup.
MIT License
1 stars 1 forks source link

SymbolTableStack - C99 Update #105

Open CalebLItalien opened 1 month ago

CalebLItalien commented 1 month ago

Details

Update SymbolTableStack to properly generate a symbol table stack for the C99 syntax defined in #97.

Issue Type

Requirements

Notes