The compiler for the beast high-level assembly language
You can install beast using cargo:
cargo install beastYou can create a new beast project using the command line:
beast new my_awesome_projectThis will create a new project folder with the name my_awesome_project.
To build the project just run:
cd my_awesome_project
beast build