mu/prototypes
Kartik Agaram 44b1636e2d 6679 2020-07-25 20:53:47 -07:00
..
browse 6601 2020-06-29 19:21:43 -07:00
tile 6679 2020-07-25 20:53:47 -07:00
README.md 6456 - new directory for live-blogging prototypes 2020-05-31 23:43:49 -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

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.