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 6424b4cc64 Update embedded api vor 23 Jahren
data 7e5aeaec40 2002-09-20 Duncan Mak <[email protected]> vor 23 Jahren
doc f02271213d Small fix vor 23 Jahren
docs 6424b4cc64 Update embedded api vor 23 Jahren
man 8928220dab Update man page vor 23 Jahren
mcs d345b04ddc 2002-10-09 Nick Drochak <[email protected]> vor 23 Jahren
mono 2d68045cbd 2002-10-08 Martin Baulig <[email protected]> vor 23 Jahren
notes 5b7ac1ccdd Doc Doc vor 24 Jahren
runtime aeb0f402b0 2002-10-01 Duncan Mak <[email protected]> vor 23 Jahren
samples b30ff30988 Update sample vor 23 Jahren
scripts 72431d420a Fixety fix vor 24 Jahren
status 432d284e9f * ChangeLog: Updated vor 23 Jahren
web f02271213d Small fix vor 23 Jahren
.cvsignore bef5110c2a added ltconfig to .cvsignore vor 24 Jahren
AUTHORS 2d20d89a31 Add Dietmar to Authors vor 24 Jahren
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL vor 24 Jahren
ChangeLog 6d7b23b303 2002-10-04 Diego Sevilla Ruiz <[email protected]> vor 23 Jahren
Makefile.am 52197e5447 Add data dir vor 23 Jahren
NEWS dfacc317bb Update NEWS file vor 23 Jahren
README 2a8d4abd6c Update docs vor 23 Jahren
acconfig.h 3452e61122 vor 23 Jahren
autogen.sh f93100c063 vor 24 Jahren
config.h.in 664de75962 vor 24 Jahren
configure.in 3452e61122 vor 23 Jahren
mono.pc.in 2c8ed7e761 vor 23 Jahren
mono.spec.in 7a8b26be63 Add mono.spec.in vor 23 Jahren

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.