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 557bfcd615 2002-11-11 Gonzalo Paniagua Javier <[email protected]> hace 23 años
data 77ddaa1106 Added dllmapping for odbc32 hace 23 años
doc 6c1761430e Flush hace 23 años
docs fd1adc19c4 Added the "domain" parameter to the mono_domain_assembly_open function example. hace 23 años
man 1364741e52 Update man pages hace 23 años
mcs 557bfcd615 2002-11-11 Gonzalo Paniagua Javier <[email protected]> hace 23 años
mono 743f2e118f 2002-11-11 Dietmar Maurer <[email protected]> hace 23 años
notes 5b7ac1ccdd Doc Doc hace 24 años
runtime b341086f8e hace 23 años
samples b30ff30988 Update sample hace 23 años
scripts 72431d420a Fixety fix hace 24 años
status 432d284e9f * ChangeLog: Updated hace 23 años
web 6c1761430e 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 bd1ca2e8c7 2002-11-06 Gonzalo Paniagua Javier <[email protected]> hace 23 años
Makefile.am 52197e5447 Add data dir hace 23 años
NEWS dfacc317bb Update NEWS file hace 23 años
README 2a8d4abd6c Update docs hace 23 años
acconfig.h 3452e61122 hace 23 años
autogen.sh 104ff83c76 removed echoes hace 23 años
config.h.in 664de75962 hace 24 años
configure.in 9d49ad4c8f s390 support from Neale Ferguson <[email protected]>. hace 23 años
mono.pc.in 2c8ed7e761 hace 23 años
mono.spec.in 7a8b26be63 Add mono.spec.in 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

* Using Mono

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

* runtime engine

mono program.exe
or
mint program.exe

* C# compiler

mcs program.cs

* CIL Disassembler

monodis program.exe

See the man pages for mono(1), mint(1), monodis(1) and mcs(2)
for further details.

* A directory roadmap:

doc/
Contains documentation and the web site contents.

mono/
The core of the Mono Runtime.

metadata/
The object system and metadata reader.

jit/
The Just in Time Compiler.

dis/
CIL executable Disassembler

cli/
Common code for the JIT and the interpreter.

io-layer/
The I/O layer and system abstraction for
emulating the .NET IO model.

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

interp/
Interpreter for CLI executables.

arch/
Architecture specific portions.