about summary refs log blame commit diff stats
path: root/apps/tile/README.md
blob: 0f9bdc9a2eebf276cebb4912912e105650b3b2cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
       


                             
              
   





             





                                           
To run:

```
./translate_mu apps/tile/*.mu
./a.elf screen
```

To run tests:

```
./a.elf test
```

To run a conventional REPL (for debugging):

```
./a.elf type
```