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

Miguel de Icaza c65980d98f Flush 23 years ago
data 11c84371af 2002-12-06 Duncan Mak <[email protected]> 23 years ago
doc 82206e363c Flush 23 years ago
docs b6bb40164b 2002-11-28 Dietmar Maurer <[email protected]> 23 years ago
man 354e91c10d 2002-11-30 Daniel Morgan <[email protected]> 23 years ago
mcs c65980d98f Flush 23 years ago
mono 09036f0fae 2002-12-08 Martin Baulig <[email protected]> 23 years ago
notes 5b7ac1ccdd Doc Doc 24 years ago
runtime 0e756f0dc2 Remove the touch from the Makefile 23 years ago
samples b30ff30988 Update sample 23 years ago
scripts 72431d420a Fixety fix 23 years ago
status 432d284e9f * ChangeLog: Updated 23 years ago
web 82206e363c Flush 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 11c84371af 2002-12-06 Duncan Mak <[email protected]> 23 years ago
Makefile.am 52197e5447 Add data dir 23 years ago
NEWS dfacc317bb Update NEWS file 23 years ago
README 2a8d4abd6c Update docs 23 years ago
acconfig.h b6bb40164b 2002-11-28 Dietmar Maurer <[email protected]> 23 years ago
autogen.sh 104ff83c76 removed echoes 23 years ago
config.h.in 664de75962 24 years ago
configure.in b6bb40164b 2002-11-28 Dietmar Maurer <[email protected]> 23 years ago
mono.pc.in 2c8ed7e761 23 years ago
mono.spec.in 7a8b26be63 Add mono.spec.in 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

* 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.