Installation
Before writing your first Juno program, you need to install the Juno toolchain.
Requirements
The exact requirements depend on your operating system.
- Windows
- Linux
- macOS
Installing
cargo install junocc
optional language server
cargo install junolsp
Verify the Installation
After installing Juno, verify that the compiler is available:
junocc --version
If the command succeeds, you're ready to continue with the next chapter.