Detailed release logs and features added across major TechScript versions.
- Syntax Freeze: Established canonical keywords (
do,send,when,loop,repeat,for,in,match,try,catch,throw,use,class,struct,enum,trait,interface,const,null,say,ask,break,continue,else,async,await,parallel,end,new,self,true,false,typeof,with). - Formatters: Added built-in format linter checks and
tech fmttools. - String Interpolation: Canonicalized
$"..."string syntax.
- Ecosystem: Reorganized the codebase into a Cargo workspace containing 17 modular Rust crates.
- IDE: Launched the TechScript Studio IDE.
- Shell Integration: Double-clicking
.txsscripts launches a persistent console runner.
- Rust Rewrite: Rewrote the entire language compiler and VM in Rust, eliminating the Python wrapper dependency.
- Performance: Achieved loop execution speeds under 3 seconds per million operations.