mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 15:38:06 -05:00
38 lines
542 B
Markdown
38 lines
542 B
Markdown
# ValueScript toolchain
|
|
|
|
```sh
|
|
vstc help
|
|
```
|
|
```
|
|
ValueScript toolchain 0.1.0
|
|
|
|
USAGE:
|
|
vstc [OPTIONS] [SUBCOMMAND]
|
|
|
|
OPTIONS:
|
|
-h, --help
|
|
Print help information
|
|
|
|
-V, --version
|
|
Print version information
|
|
|
|
SUBCOMMANDS:
|
|
compile
|
|
Compile an entry point
|
|
|
|
assemble
|
|
Convert assembly to bytecode
|
|
|
|
disassemble
|
|
Convert bytecode to assembly
|
|
|
|
run
|
|
Run a program
|
|
|
|
repl
|
|
Read Eval Print Loop
|
|
|
|
host
|
|
Start database server
|
|
```
|