Update flow
Use `tezz update --check` or call the update API directly for automation.
Update API
curl "https://tn.tezzcorp.com/api/update_check.php?platform=windows-x64&version=1.0.0"
Getting started
The SDK ships the compiler, wrapper command, standard library, tools, and update scripts.
iwr https://tn.tezzcorp.com/download/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
curl -fsSL https://tn.tezzcorp.com/download/install.sh | bash
fn main() -> int:
say "Hello from TezzNative"
ret 0
tezz run hello.tn
tezz buildexe hello.tn hello.exe
Use `tezz update --check` or call the update API directly for automation.
curl "https://tn.tezzcorp.com/api/update_check.php?platform=windows-x64&version=1.0.0"