summary refs log tree commit diff stats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* decided to use python from now onhut2009-11-221-1/+1
|
* Initial commithut2009-11-161-0/+11
r translating Mu programs' href='/akkartik/mu/commit/translate_mu?h=hlt&id=7ca19e4e1d3acb2c770c180156b813fb536a673e'>7ca19e4e ^
f2c5b053 ^
7ca19e4e ^
3ec4bae2 ^
1
2
3
4
5
6
7
8
9
         

                                                


      
                                        
 
                                                           
#!/bin/sh
# Translate given Mu programs into ELF binaries.
# Linux only for now.

set -e

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

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