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 cae5963b24 Fixed typo 23 лет назад
data d10b5a6587 2003-01-03 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
doc 629d4b8e9c *** empty log message *** 23 лет назад
docs 5505a96205 Remove file 23 лет назад
man e2f1bdeecf 2002-12-10 Daniel Morgan <[email protected]> 23 лет назад
mcs cae5963b24 Fixed typo 23 лет назад
mono b28320f23e 2003-01-06 Martin Baulig <[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 629d4b8e9c *** empty log message *** 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.