Monster Script

Download Monster

Monster is open source and is released under the GNU General Public License (GPL) version 3. This is the only license option at the moment, but plan on adding more in the future.

All files and web pages are copyright (C) 2007, 2008 Nicolay Korslund (korslund@gmail.com), unless otherwise noted.

Source releases

The source releases require a D compiler, but can be used both with D and C++.

Obtaining a D compiler

The Monster library requires a fairly recent D compiler. Currently the only tested compiler is the 1.0 (stable) branch of DMD. You can download DMD here. For installation instructions check out the official DMD installation page. You will also need to install DSSS, the D Shared Software System, in order to build Monster.

Note to C++ users: You do not need a D compiler to use the library, only to compile it.

Compiling Monster

Unpack the Monster archive and change to the resulting directory. For example, on linux you do:

tar xvzf monster-X.X.tar.gz
cd monster-X.X

Once you are in the correct directory, compile and install Monster (on all platforms) with:

dsss build
dsss install

This will build and install the Compiler (mcc), the example VM (mvm) and the native code generators (autogen_d/autogen_c). For further instructions see the included README.txt.

Changelog

0.8 (prealpha) 2008-apr-21

0.7 (prealpha) 2008-mar-12

0.6 (prealpha) 2008-feb-19

0.5 (prealpha) 2008-feb-07

0.4 (prealpha) 2008-jan-31

0.3 (prealpha) 2007-dec-30

0.2 (prealpha) 2007-dec-20

[1] Binary downloads have been removed again, they simply took too much work to maintain. They will return in the future.

0.1 (prealpha) 2007-sep-03