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

Daniel Morgan 9ded121123 remove bit-rotted tests 23 роки тому
data e11681b16e Add <system.diagnostics/> to the available .config file sections. 23 роки тому
doc 34b57b5ef2 2002-12-27 Jeroen Janssen <[email protected]> 23 роки тому
docs 5505a96205 Remove file 23 роки тому
man e2f1bdeecf 2002-12-10 Daniel Morgan <[email protected]> 23 роки тому
mcs 9ded121123 remove bit-rotted tests 23 роки тому
mono 1203967cdf 2002-12-28 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 34b57b5ef2 2002-12-27 Jeroen Janssen <[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 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.