mu/prototypes
Kartik Agaram 66daf3cc1f 6720 2020-08-22 10:14:37 -07:00
..
browse 6720 2020-08-22 10:14:37 -07:00
tile 6720 2020-08-22 10:14:37 -07:00
README.md 6695 2020-07-31 20:51:01 -07:00

README.md

Prototypes

Each directory here is a series of prototypes for a single app.

To build prototype #n of app X under this directory:

$ ./translate_mu prototypes/__X__/__n__.mu

This will generate a binary called a.elf.

Sub-directories are prototypes with multiple files. Build them like this:

$ ./translate_mu prototypes/__X__/__n__/*.mu

For instructions on running the generated a.elf binary, see the prototype's Readme.