about summary refs log tree commit diff stats
path: root/prototypes/README.md
blob: 28d3b298ced4b0724262ad9382860609120ea197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
```

Now try running it with some text file:

```
$ ./a.elf __text_file__
```

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

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

Run them as before.