Mite Code
Status: Pre-Alpha
Brought to you by:
rrt
Mite release 2
--------------
by Reuben Thomas (rrt@sc3d.org)
This package contains the design and implementation of Mite, a simple
general-purpose virtual machine. See {mite,iface,mit}.pdf for documentation.
The URL for the primary distribution is http://mite.sourceforge.net/.
License
Mite is distributed under the BSD license; see the file LICENSE.
Quick start and extras
Mite should work on almost any ISO C system (see the docs for the small
print); you also need Lua 5.2 (http://www.lua.org/ ), and lua-stdlib
(https://github.com/rrthomas/lua-stdlib/ ), most easily installed using
LuaRocks (http://www.luarocks.org ). Makefiles are provided. "make all"
makes mit, the Mite translator, and the documentation; you should check
src/Makefile first.
The design is described in mite.tex; the API is in iface.tex.
Bugs
Bug reports, especially of systems on which Mite doesn't work when it
should, are welcome. Please use the bug-tracker at
http://sourceforge.net/projects/mite/.