mu/prototypes
Kartik Agaram e403d15732 6794 - cleaner interface for keyboard
So far I've been assuming that read-key only works for ascii, and that
I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte
terminal escape codes like arrow keys. Rather to my surprise, both work
fine. We just need to adjust the types to reflect this fact.
2020-09-16 18:54:12 -07:00
..
browse 6794 - cleaner interface for keyboard 2020-09-16 18:54:12 -07:00
tile 6794 - cleaner interface for keyboard 2020-09-16 18:54:12 -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.