Skip to content

PT Language v0.2 — Windows Installer

Latest

Choose a tag to compare

@phyothant-dev phyothant-dev released this 13 Jul 15:09

Download

Windows (no compiler needed)

  1. Download PT-Windows.zip below
  2. Extract the zip
  3. Right-click setup.batRun as administrator
  4. 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 | sh

What'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.pt

Features

Variables, functions, closures, maps, arrays, strings, lambdas, try/catch, imports, 40+ builtins, and more. 113 tests passing.