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

Ville Palo b6c4affae9 2002-10-24 Ville Palo <[email protected]> 23 yıl önce
data 77ddaa1106 Added dllmapping for odbc32 23 yıl önce
doc 8ff19c5e76 Update asp.net status 23 yıl önce
docs 6424b4cc64 Update embedded api 23 yıl önce
man 8928220dab Update man page 23 yıl önce
mcs b6c4affae9 2002-10-24 Ville Palo <[email protected]> 23 yıl önce
mono 9e41528ad2 23 yıl önce
notes 5b7ac1ccdd Doc Doc 24 yıl önce
runtime aeb0f402b0 2002-10-01 Duncan Mak <[email protected]> 23 yıl önce
samples b30ff30988 Update sample 23 yıl önce
scripts 72431d420a Fixety fix 24 yıl önce
status 432d284e9f * ChangeLog: Updated 23 yıl önce
web 8ff19c5e76 Update asp.net status 23 yıl önce
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 yıl önce
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 yıl önce
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 yıl önce
ChangeLog 2bbeb878e2 2002-10-22 Miguel de Icaza <[email protected]> 23 yıl önce
Makefile.am 52197e5447 Add data dir 23 yıl önce
NEWS dfacc317bb Update NEWS file 23 yıl önce
README 2a8d4abd6c Update docs 23 yıl önce
acconfig.h 3452e61122 23 yıl önce
autogen.sh f93100c063 24 yıl önce
config.h.in 664de75962 24 yıl önce
configure.in 2bbeb878e2 2002-10-22 Miguel de Icaza <[email protected]> 23 yıl önce
mono.pc.in 2c8ed7e761 23 yıl önce
mono.spec.in 7a8b26be63 Add mono.spec.in 23 yıl önce

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.