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 eadff8e5ac Small improvement 23 vuotta sitten
data 054a3a3368 2003-02-13 Gonzalo Paniagua Javier <[email protected]> 23 vuotta sitten
doc 7a8db76c16 Flush 23 vuotta sitten
docs 5388febb0d Thread doc 23 vuotta sitten
man 065279f2be documented MONO_CFG_DIR environment variable 23 vuotta sitten
mcs eadff8e5ac Small improvement 23 vuotta sitten
mono cfcc66dad5 * main.c: Ouput implements clause as a comma seperated list. 23 vuotta sitten
notes 5b7ac1ccdd Doc Doc 24 vuotta sitten
runtime e5c4a84cbf Add more libraries to the list of distribution 23 vuotta sitten
samples 9b5c149aec 23 vuotta sitten
scripts a625dc3965 fix typo 23 vuotta sitten
status 432d284e9f * ChangeLog: Updated 23 vuotta sitten
web 7a8db76c16 Flush 23 vuotta sitten
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 vuotta sitten
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 vuotta sitten
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 vuotta sitten
ChangeLog 054a3a3368 2003-02-13 Gonzalo Paniagua Javier <[email protected]> 23 vuotta sitten
Makefile.am 52197e5447 Add data dir 23 vuotta sitten
NEWS 7d910decd1 Release 0.22 23 vuotta sitten
README 2a8d4abd6c Update docs 23 vuotta sitten
acconfig.h 46d978a6af 23 vuotta sitten
autogen.sh 104ff83c76 removed echoes 23 vuotta sitten
config.h.in 664de75962 24 vuotta sitten
configure.in a58b26be52 Prepare new release 23 vuotta sitten
mono.pc.in 6a5eb47932 23 vuotta sitten
mono.spec.in 7a8b26be63 Add mono.spec.in 23 vuotta sitten

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.