about summary refs log blame commit diff stats
path: root/prototypes/README.md
blob: bc7cf5cf0bb575fce4bdcf2daf9f478adc4cc18f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                               
                                           






                                                                         

                                                                             
# 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.