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

Lluis Sanchez a7a4e09ae6 * ObjectManager.cs: Corrected a problem with arrays of structs. Elements where 23 years ago
data 12b4209f80 2003-02-13 Gonzalo Paniagua Javier <[email protected]> 23 years ago
doc ca9e6be887 Flush 23 years ago
docs 1cc6caed3e Update with Dick's comments 23 years ago
man af653b483b 2003-01-29 Daniel Morgan <[email protected]> 23 years ago
mcs a7a4e09ae6 * ObjectManager.cs: Corrected a problem with arrays of structs. Elements where 23 years ago
mono 729a1d22ba 2003-02-17 Martin Baulig <[email protected]> 23 years ago
notes 5b7ac1ccdd Doc Doc 24 years ago
runtime 65c55cae96 More Draekko patches to make mbas as useable as mcs 23 years ago
samples 9b5c149aec 23 years ago
scripts a625dc3965 fix typo 23 years ago
status 432d284e9f * ChangeLog: Updated 23 years ago
web ca9e6be887 Flush 23 years ago
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 years ago
AUTHORS 2d20d89a31 Add Dietmar to Authors 24 years ago
COPYING.LIB e0524b82f8 Ugh, I had the GPL here, its the LGPL 24 years ago
ChangeLog 192ac46f0a 2003-02-17 Daniel Morgan <[email protected]> 23 years ago
Makefile.am 52197e5447 Add data dir 23 years ago
NEWS 1b431c9b78 Update 23 years ago
README 2a8d4abd6c Update docs 23 years ago
acconfig.h 46d978a6af 23 years ago
autogen.sh 104ff83c76 removed echoes 23 years ago
config.h.in 664de75962 24 years ago
configure.in 04a0ff9629 2003-02-04 Gonzalo Paniagua Javier <[email protected]> 23 years ago
mono.pc.in 46d978a6af 23 years ago
mono.spec.in 7a8b26be63 Add mono.spec.in 23 years ago

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.