The mono runtime and compiler project, can be a scripting engine for games and game engines #scripting #script-engine #csharp #language #programming

Gaurav Vaish dd613c656b 2002-03-03 Gaurav Vaish <[email protected]> 24 years ago
doc 8c6d5d62b9 help links for interfaces 24 years ago
docs eae711d5a0 update 24 years ago
man de55764311 Prepare for 0.9 24 years ago
mcs dd613c656b 2002-03-03 Gaurav Vaish <[email protected]> 24 years ago
mono 2042c2954f 2002-03-01 Martin Baulig <[email protected]> 24 years ago
notes 5b7ac1ccdd Doc Doc 24 years ago
runtime 8feebe41dd 24 years ago
scripts 99e83d9804 Use mono instead of mint in script 24 years ago
status 3ab46f0035 Flush 24 years ago
web 8c6d5d62b9 help links for interfaces 24 years ago
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 years ago
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 years ago
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 years ago
ChangeLog 60b36447e6 2002-02-27 Dietmar Maurer <[email protected]> 24 years ago
Makefile.am 6601ea4dee Allow this to use the LGPL 24 years ago
NEWS d4afe1e1bf Flush pending changes for 0.8 24 years ago
README a6126c15ea Add mcs man page here, mcs script 24 years ago
acconfig.h e9a6fd8e9b 24 years ago
autogen.sh f93100c063 24 years ago
config.h.in fd9ebd8238 24 years ago
configure.in 43c48de477 * ARM-related changes. 24 years ago

README


This is Mono.

Installation:

Read doc/download for installation instructions,
or read the HTML version:

http://www.go-mono.com/download.html

A directory roadmap:

doc/
Contains documentation and the web site contents.

mono/
The core of the executable.

metadata/
The library to deal with executables and libraries for
.NET

dis/
CIL executable Disassembler

cli/
Common code for the JIT and the interpreter.

cil/
Common Intermediate Representation, XML
definition of the CIL bytecodes.

interp/
Interpreter for CLI executables.

* Using Mono

Once you have installed the software, you can run a few programs:

monodis program.exe

That will dump the bytecodes for program.exe. Monodis support
a number of options that dumps various metadata tables
(chapter 23 of the Partition III).

You can try the interpreter like this:

mint program.exe