rustd_cli 0.2.0

Command-line interface for RustD compiler
rustd_cli-0.2.0 is not a library.

HLX Command-Line Interface

# Compile HLXA to crate
hlx compile program.hlx -o program.lcc

# Run a crate
hlx run program.lcc

# Transliterate between forms
hlx translate --from hlxa --to hlxr program.hlx

# Inspect a crate
hlx inspect program.lcc