public
Description: a simple virtual machine
Homepage: http://thoughtpolice.stringsandints.com
Clone URL: git://github.com/thoughtpolice/haitus.git
haitus /
name age message
file .gitignore Mon Nov 10 20:08:46 -0800 2008 added .gitignore [thoughtpolice]
file COPYING Sat Jun 14 09:56:18 -0700 2008 added license information + COPYING file; gplv2 [thoughtpolice]
file ChangeLog Thu Jul 17 22:15:45 -0700 2008 updated ChangeLog [thoughtpolice]
file Makefile Mon Jun 16 08:39:46 -0700 2008 replaced build system, much simplier [thoughtpolice]
file README Fri Jul 11 14:27:22 -0700 2008 updated README [thoughtpolice]
directory bugs/ Tue Nov 11 19:50:56 -0800 2008 closed issue: "use wide chars (wchar_t) fo... [thoughtpolice]
directory src/ Tue Nov 11 19:47:26 -0800 2008 we now use wide-chars (wchar_t) for strings, le... [thoughtpolice]
README
haitus: a simple virtual machine
version: 0.1


1. what it is:
==============
haitus is a simple virtual machine I've written for no particular
reason other than an experiment.

in the future, I plan to have a compiler for it as well as package it
into a library.

2. how do I use it:
===================
right now, the only method of tracking haitus is the
git repository. you can clone it by doing:

 $ git clone git://github.com/thoughtpolice/haitus.git

after you get it, you'll need to follow these steps to
build it:

 $ make

done. haitus is built in src/, and have a nice day. :)

3. bugfixes/patches
===================
you can email bugfixes and patches to:
  mad.one@killspam.gmail.com (without the 'killspam.' prefix)

if you wish to ask questions, you can use the above address as
well.