CLI

Toolchain

One binary: manitc. Version story 0.1.0.

  • manitc compile --target llvm.ll (link with the C runtime)
  • manitc compile --target t3.t3s / .t3b
  • manitc run-t3 — cycle-accurate emulator (optional --debug)
  • manitc bench — both backends on one program
  • manitc lsp — Language Server over stdio

The trit package manager is documented as future work and is not in this release. Cooperative scheduler flags such as --sched cooperative apply where the docs say so.

Details: GETTING_STARTED.md and manitc --help.