Skip to content
/ beast Public

The compiler for the beast high-level assembly language

License

Notifications You must be signed in to change notification settings

bakervm/beast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

566bc69 · Nov 25, 2018

History

81 Commits
Nov 22, 2018
Nov 25, 2018
Nov 24, 2018
Nov 22, 2018
Nov 22, 2018
Nov 22, 2018
Nov 22, 2018
Mar 29, 2018
Nov 12, 2018
Nov 24, 2018
Nov 22, 2018
Apr 6, 2018
Nov 14, 2018
Apr 6, 2018
Jun 19, 2018

Repository files navigation

beast codecov Build Status

The compiler for the beast high-level assembly language

Installation

You can install beast using cargo:

cargo install beast

Usage

You can create a new beast project using the command line:

beast new my_awesome_project

This will create a new project folder with the name my_awesome_project.

To build the project just run:

cd my_awesome_project
beast build