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

Jason Diamond afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. пре 23 година
doc a110b9a863 Added info about new advances пре 23 година
docs 3a33b3ba56 some docu about LDFLD/STFLD for transparent proxies пре 23 година
man c8aa8adc77 Updated manpage. пре 23 година
mcs afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. пре 23 година
mono 33b1284563 2002-08-20 Gonzalo Paniagua Javier <[email protected]> пре 23 година
notes 5b7ac1ccdd Doc Doc пре 24 година
runtime c47a50c75c Flush a few of my changes пре 24 година
samples a567b08ca0 sample fix пре 23 година
scripts 72431d420a Fixety fix пре 23 година
status 432d284e9f * ChangeLog: Updated пре 23 година
web a110b9a863 Added info about new advances пре 23 година
.cvsignore bef5110c2a added ltconfig to .cvsignore пре 24 година
AUTHORS 2d20d89a31 Add Dietmar to Authors пре 24 година
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL пре 24 година
ChangeLog e68f350007 2002-08-17 Gonzalo Paniagua Javier <[email protected]> пре 23 година
Makefile.am 7d13d1ccc0 пре 23 година
NEWS d4afe1e1bf Flush pending changes for 0.8 пре 24 година
README a6126c15ea Add mcs man page here, mcs script пре 24 година
acconfig.h c596c8cb79 пре 23 година
autogen.sh f93100c063 пре 24 година
config.h.in 664de75962 пре 24 година
configure.in 8cc436531a doh! пре 23 година
mono.pc.in 2c8ed7e761 пре 23 година

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