UnionCompilerDesign / compiler_core

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

SymbolTableStack - Decoupling from Multithreaded Implementation #107

Closed CalebLItalien closed 3 weeks ago

CalebLItalien commented 1 month ago

Details

The current form of SymbolTableStack bakes in multithreading into its capabiliites using Arc<Mutex<>>. Remove this.

Issue Type

Requirements

Notes