about summary refs log tree commit diff stats
path: root/doc/cover.png
Commit message (Expand)AuthorAgeFilesLines
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+0
span> ^
1
2
3
4
5
6
7
8
9
10









                                                                    
#!/bin/sh
# Translate a Mu program using emulated mode on Linux or BSD or Mac.

set -e

./build

cat $* [0-9]*.mu    |./bootstrap_bin run apps/mu    > a.subx

./translate_subx_emulated init.linux [0-9]*.subx mu-init.subx a.subx