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

Gonzalo Paniagua Javier b4ff470fda 2003-01-11 Gonzalo Paniagua Javier <[email protected]> 23 年 前
data d10b5a6587 2003-01-03 Gonzalo Paniagua Javier <[email protected]> 23 年 前
doc 4eea199abb Fix. 23 年 前
docs 5505a96205 Remove file 23 年 前
man e2f1bdeecf 2002-12-10 Daniel Morgan <[email protected]> 23 年 前
mcs b4ff470fda 2003-01-11 Gonzalo Paniagua Javier <[email protected]> 23 年 前
mono 3918d71392 2003-01-10 Dietmar Maurer <[email protected]> 23 年 前
notes 5b7ac1ccdd Doc Doc 24 年 前
runtime 5d772df810 Also distribute sqlsharp 23 年 前
samples b30ff30988 Update sample 23 年 前
scripts 72431d420a Fixety fix 24 年 前
status 432d284e9f * ChangeLog: Updated 23 年 前
web 4eea199abb Fix. 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 34b57b5ef2 2002-12-27 Jeroen Janssen <[email protected]> 23 年 前
Makefile.am 52197e5447 Add data dir 23 年 前
NEWS 961d3a1514 Update NEWS 23 年 前
README 2a8d4abd6c Update docs 23 年 前
acconfig.h 46d978a6af 23 年 前
autogen.sh 104ff83c76 removed echoes 23 年 前
config.h.in 664de75962 24 年 前
configure.in 46d978a6af 23 年 前
mono.pc.in 46d978a6af 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.