The toolchain for the Onyx programming language, created by Brendan Hansen.
Usage:
- onyx <subcommand>
+ onyx <subcommand>
Subcommands:
- help Shows this help message. Use "onyx help <subcommand>".
- build Compiles an Onyx program into an executable.
- run Compiles and runs an Onyx program, all at once.
- check Checks syntax and types of an Onyx program.
- package Package manager</code></pre>
+ help Shows this help message. Use "onyx help <subcommand>".
+ build Compiles an Onyx program into an executable.
+ run Compiles and runs an Onyx program, all at once.
+ check Checks syntax and types of an Onyx program.
+ watch Continuously rebuilds an Onyx program on file changes.
+ package Package manager</code></pre>
</li>
</ol>
</p>