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

Duncan Mak 0a40887d3b 2002-10-18 Duncan Mak <[email protected]> 23 年之前
data 77ddaa1106 Added dllmapping for odbc32 23 年之前
doc ea380d9f67 2002-10-18 Daniel Morgan <[email protected]> 23 年之前
docs 6424b4cc64 Update embedded api 23 年之前
man 8928220dab Update man page 23 年之前
mcs 0a40887d3b 2002-10-18 Duncan Mak <[email protected]> 23 年之前
mono 48880e656f 23 年之前
notes 5b7ac1ccdd Doc Doc 24 年之前
runtime aeb0f402b0 2002-10-01 Duncan Mak <[email protected]> 23 年之前
samples b30ff30988 Update sample 23 年之前
scripts 72431d420a Fixety fix 24 年之前
status 432d284e9f * ChangeLog: Updated 23 年之前
web ea380d9f67 2002-10-18 Daniel Morgan <[email protected]> 23 年之前
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 年之前
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 年之前
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 年之前
ChangeLog fccc5fc44a 2002-10-17 Daniel Morgan <[email protected]> 23 年之前
Makefile.am 52197e5447 Add data dir 23 年之前
NEWS dfacc317bb Update NEWS file 23 年之前
README 2a8d4abd6c Update docs 23 年之前
acconfig.h 3452e61122 23 年之前
autogen.sh f93100c063 24 年之前
config.h.in 664de75962 24 年之前
configure.in 3452e61122 23 年之前
mono.pc.in 2c8ed7e761 23 年之前
mono.spec.in 7a8b26be63 Add mono.spec.in 23 年之前

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.