Skip to main content

Crate htl_cli

Crate htl_cli 

Source
Expand description

htl CLI. Also built as cargo-htl so cargo htl <verb> works.

  • htl check <paths...> type-check files or directories
  • htl gen <file.tl> emit readable Lua (escape hatch)
  • htl run <file.tl|.hb> type-check then execute (strict: type errors abort)
  • htl build <dir> compile a tree of .tl into one stripped-bytecode bundle

Functionsยง

run