├── CompilerSuite.md ├── Links.md ├── MCompiler.md ├── MExamples ├── bignum.m ├── jpeg.m └── readme.md ├── MMbinaries ├── $med │ └── readme.md.$med ├── mm.txt ├── mm7.exe ├── readme.md └── runmx.c ├── Mfeatures.md ├── QExamples ├── fib.q └── hello.q ├── README.md ├── backups ├── aa.ma ├── bb.ma ├── cc.ma ├── dd.ma ├── mm.ma ├── qq.ma ├── readme.md └── runmx.ma ├── bignum ├── bignum.c ├── bignum.h └── readme.md ├── mcc.asm ├── mcc.c └── mm8 ├── bxall.zip └── readme.md /CompilerSuite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/CompilerSuite.md -------------------------------------------------------------------------------- /Links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/Links.md -------------------------------------------------------------------------------- /MCompiler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MCompiler.md -------------------------------------------------------------------------------- /MExamples/bignum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MExamples/bignum.m -------------------------------------------------------------------------------- /MExamples/jpeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MExamples/jpeg.m -------------------------------------------------------------------------------- /MExamples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MExamples/readme.md -------------------------------------------------------------------------------- /MMbinaries/$med/readme.md.$med: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MMbinaries/$med/readme.md.$med -------------------------------------------------------------------------------- /MMbinaries/mm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MMbinaries/mm.txt -------------------------------------------------------------------------------- /MMbinaries/mm7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MMbinaries/mm7.exe -------------------------------------------------------------------------------- /MMbinaries/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MMbinaries/readme.md -------------------------------------------------------------------------------- /MMbinaries/runmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/MMbinaries/runmx.c -------------------------------------------------------------------------------- /Mfeatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/Mfeatures.md -------------------------------------------------------------------------------- /QExamples/fib.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/QExamples/fib.q -------------------------------------------------------------------------------- /QExamples/hello.q: -------------------------------------------------------------------------------- 1 | println "Hello, World!", $date, $time 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/README.md -------------------------------------------------------------------------------- /backups/aa.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/aa.ma -------------------------------------------------------------------------------- /backups/bb.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/bb.ma -------------------------------------------------------------------------------- /backups/cc.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/cc.ma -------------------------------------------------------------------------------- /backups/dd.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/dd.ma -------------------------------------------------------------------------------- /backups/mm.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/mm.ma -------------------------------------------------------------------------------- /backups/qq.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/qq.ma -------------------------------------------------------------------------------- /backups/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/readme.md -------------------------------------------------------------------------------- /backups/runmx.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/backups/runmx.ma -------------------------------------------------------------------------------- /bignum/bignum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/bignum/bignum.c -------------------------------------------------------------------------------- /bignum/bignum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/bignum/bignum.h -------------------------------------------------------------------------------- /bignum/readme.md: -------------------------------------------------------------------------------- 1 | (Empty) 2 | -------------------------------------------------------------------------------- /mcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/mcc.asm -------------------------------------------------------------------------------- /mcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/mcc.c -------------------------------------------------------------------------------- /mm8/bxall.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/mm8/bxall.zip -------------------------------------------------------------------------------- /mm8/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sal55/langs/HEAD/mm8/readme.md --------------------------------------------------------------------------------