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

Lawrence Pit b4060bcb7b * IPEndPoint.cs: fixed bug #24666 in Serialize and Create methods, hace 23 años
doc f8e5d72756 Flush hace 23 años
docs fcafc32fbc *** empty log message *** hace 24 años
man d2c3d332d3 Update man page hace 24 años
mcs b4060bcb7b * IPEndPoint.cs: fixed bug #24666 in Serialize and Create methods, hace 23 años
mono 915c658177 2002-05-19 Martin Baulig <[email protected]> hace 23 años
notes 5b7ac1ccdd Doc Doc hace 24 años
runtime c47a50c75c Flush a few of my changes hace 24 años
scripts 72431d420a Fixety fix hace 24 años
status 1ebe41f9bf 2002-22-04 Gaurav Vaish <[email protected]> hace 24 años
web f8e5d72756 Flush hace 23 años
.cvsignore bef5110c2a added ltconfig to .cvsignore hace 24 años
AUTHORS 2d20d89a31 Add Dietmar to Authors hace 24 años
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL hace 24 años
ChangeLog bd84a768b7 2002-05-19 Martin Baulig <[email protected]> hace 23 años
Makefile.am b1a7c0e3f7 Added the docs dir to the dist (with a new doc on GC issues). hace 24 años
NEWS d4afe1e1bf Flush pending changes for 0.8 hace 24 años
README a6126c15ea Add mcs man page here, mcs script hace 24 años
acconfig.h b0ce6f6750 2002-04-30 Jeffrey Stedfast <[email protected]> hace 24 años
autogen.sh f93100c063 hace 24 años
config.h.in 664de75962 hace 24 años
configure.in 94cf10c811 hace 23 años

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