topaz-lang
v5.6.1
Published
The Topaz language toolchain (topaz run / check / emit / build).
Readme
topaz-lang
The Topaz toolchain as a prebuilt binary — no repo clone, no build.
npm install -g topaz-lang
topaz versionOne-off, without installing:
npx -p topaz-lang topaz run main.tpzOn install, a postinstall step downloads the topaz binary for your platform
(matching this package's version) and verifies its SHA256. topaz run,
topaz check, and topaz emit are standalone; native topaz build additionally
needs a Rust toolchain present on your machine. Topaz 5.6.1 also provides the
measured Python deployment target through topaz build --target python.
This npm package is distributed under Apache-2.0 and carries its LICENSE and
NOTICE. The private Topaz source repository is not licensed by this package.
User .tpz source and application-specific generated code remain under the
user's chosen terms; generated runtime components retain Apache-2.0.
