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

Lawrence Pit cf155c00a2 * FileWebRequest.cs: finished implementation of async methods. 23 years ago
doc 5bbe679ec3 Updates to ASP.NET 23 years ago
docs fcafc32fbc *** empty log message *** 23 years ago
man d2c3d332d3 Update man page 24 years ago
mcs cf155c00a2 * FileWebRequest.cs: finished implementation of async methods. 23 years ago
mono 621a13042d Sorry about that 23 years ago
notes 5b7ac1ccdd Doc Doc 24 years ago
runtime c47a50c75c Flush a few of my changes 24 years ago
scripts 72431d420a Fixety fix 24 years ago
status 1ebe41f9bf 2002-22-04 Gaurav Vaish <[email protected]> 24 years ago
web 5bbe679ec3 Updates to ASP.NET 23 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 bd84a768b7 2002-05-19 Martin Baulig <[email protected]> 23 years ago
Makefile.am b1a7c0e3f7 Added the docs dir to the dist (with a new doc on GC issues). 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 b0ce6f6750 2002-04-30 Jeffrey Stedfast <[email protected]> 24 years ago
autogen.sh f93100c063 24 years ago
config.h.in 664de75962 24 years ago
configure.in 94cf10c811 23 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