Releases: phyothant-dev/PT-Programming-Language
Releases · phyothant-dev/PT-Programming-Language
Release list
PT Language v0.2 — Windows Installer
Download
Windows (no compiler needed)
- Download PT-Windows.zip below
- Extract the zip
- Right-click setup.bat → Run as administrator
- Done! You can now double-click any .pt file to run it.
macOS / Linux
curl -sSL https://raw.githubusercontent.com/phyothant-dev/PT-Programming-Language/main/install.sh | shWhat's included
- pt.exe — the PT language (statically linked, works on any Windows)
- setup.bat — one-click installer (adds to PATH, associates .pt files)
- uninstall.bat — removes everything cleanly
After installing
Create a file called hello.pt:
show("Hello, World!");Double-click it to run! Or open Command Prompt:
pt hello.ptFeatures
Variables, functions, closures, maps, arrays, strings, lambdas, try/catch, imports, 40+ builtins, and more. 113 tests passing.