umx

UMX VM implementation (icfpc '06)
git clone git://bsandro.tech/umx
Log | Files | Refs | README | LICENSE

README (316B)


      1 ICFPC '06 UMX virtual machine
      2 
      3 http://www.boundvariable.org/task.shtml
      4 Pure c99, no external libraries used.
      5 Verified on OpenBSD, GNU/Linux, macOS and Macos9 ( https://bsandro.tech/posts/umx-virtual-machine-macos9/ )
      6 
      7 No makefile because build is quite straightforward:
      8 cc -std=c99 -O2 main.c
      9 
     10 BSD 2-clause license.