From 9cc69d69c6cd83ed4aa367b4a08ca379cae45805 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 31 May 2020 23:43:49 -0700 Subject: 6456 - new directory for live-blogging prototypes I don't have layers yet in Mu. But I can still create lots of versions of a program. --- prototypes/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 prototypes/README.md (limited to 'prototypes/README.md') diff --git a/prototypes/README.md b/prototypes/README.md new file mode 100644 index 00000000..28d3b298 --- /dev/null +++ b/prototypes/README.md @@ -0,0 +1,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. -- cgit 1.4.1-2-gfad0