High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
178
stars
27
forks
source link
fix: prevent state from previous compile from being retained #371
Closed
CactusPuppy closed 3 months ago
The JS interpreter previously retained the code state from previous compilations, which could result in unexpected behavior in some circumstances.