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

Gonzalo Paniagua Javier b79e2220a3 2002-06-11 Gonzalo Paniagua Javier <[email protected]> 23 yıl önce
doc 83eb4b25df Fixed link to CVS browsing 23 yıl önce
docs fcafc32fbc *** empty log message *** 24 yıl önce
man 4cb3b28858 23 yıl önce
mcs b79e2220a3 2002-06-11 Gonzalo Paniagua Javier <[email protected]> 23 yıl önce
mono 8ab529cfb7 23 yıl önce
notes 5b7ac1ccdd Doc Doc 24 yıl önce
runtime c47a50c75c Flush a few of my changes 24 yıl önce
scripts 72431d420a Fixety fix 24 yıl önce
status 856ab374d0 * class.xml: Added entries for the following classes from System.Diagnostics: 23 yıl önce
web 83eb4b25df Fixed link to CVS browsing 23 yıl önce
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 yıl önce
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 yıl önce
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 yıl önce
ChangeLog cf36a515ee 2002-05-30 Daniel Morgan <[email protected]> 23 yıl önce
Makefile.am b1a7c0e3f7 Added the docs dir to the dist (with a new doc on GC issues). 24 yıl önce
NEWS d4afe1e1bf Flush pending changes for 0.8 24 yıl önce
README a6126c15ea Add mcs man page here, mcs script 24 yıl önce
acconfig.h b0ce6f6750 2002-04-30 Jeffrey Stedfast <[email protected]> 24 yıl önce
autogen.sh f93100c063 24 yıl önce
config.h.in 664de75962 24 yıl önce
configure.in 94cf10c811 23 yıl önce

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