Releases: xensik/gsc-tool
Releases · xensik/gsc-tool
1.4.10
1.4.9
1.4.8
Features
- t6: merge old compiler fixes as flag (#235) (xensik)
- tool: add working directory argument (#248) (xensik)
Bug Fixes
- t6: comment lexing & empty file crash (#233) (xensik)
- s4: add instance support (#239) (xensik)
- s2: switch table strings with id 0 (#240) (xensik)
- s4: var typo (#243) (xensik)
- arc: header cache cleanup (#249) (xensik)
- preprocessor: header location error (#250) (xensik)
Code Refactoring
Builds
1.4.7
Bug Fixes
- iw6: correct some mistyped funcs and tokens (#219) (simonlfc)
- parser: allow wait as field identifier (#223) (xensik)
- compiler: missing public variable set for default switch block (#224) (xensik)
- t6: anim namespaces & assetmsg devblocks (#227) (xensik)
- utils: string quote escaping (#228) (xensik)
- arc: decompile original bugs & early return (#229) (xensik)
Code Refactoring
Chores
Commits
- add token hashes & builtins (#225) (ProjectHiNAtyu)