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

Dick Porter dfad216d21 2001-09-23 Dick Porter <[email protected]> 24 лет назад
doc f8906a5605 Updates 24 лет назад
docs 7777454f34 2001-09-19 Dietmar Maurer <[email protected]> 24 лет назад
mcs dfad216d21 2001-09-23 Dick Porter <[email protected]> 24 лет назад
mono e76a460f04 2001-09-23 Dietmar Maurer <[email protected]> 24 лет назад
notes 5b7ac1ccdd Doc Doc 24 лет назад
runtime 4256d92823 Flush 24 лет назад
status aa957a21ca System.Threading.ThreadExceptionEventArgs is done. 24 лет назад
web f8906a5605 Updates 24 лет назад
.cvsignore bef5110c2a added ltconfig to .cvsignore 24 лет назад
AUTHORS 70ece6c4a0 Flushage 24 лет назад
ChangeLog 9378329880 2001-09-21 Dick Porter <[email protected]> 24 лет назад
Makefile.am 148cc634b7 2001-08-30 Dietmar Maurer <[email protected]> 24 лет назад
NEWS a05bb67043 fixety fix 24 лет назад
README 70a513e889 Update README 24 лет назад
autogen.sh da356f957b run automake, aotoconf, ... 24 лет назад
config.h.in fd9ebd8238 24 лет назад
configure.in 9378329880 2001-09-21 Dick Porter <[email protected]> 24 лет назад

README

This is Mono.

A directory roadmap:

doc/
Contains documentation and the web site contents.

mono/
The core of the executable.

metadata/
The library to deal with executables and libraries for
.NET

dis/
CIL executable Disassembler

cli/
Common code for the JIT and the interpreter.

cil/
Common Intermediate Representation, XML
definition of the CIL bytecodes.

interp/
Interpreter for CLI executables.

* Using Mono

Once you have installed the software, you can run a few programs:

monodis program.exe

That will dump the bytecodes for program.exe. Monodis support
a number of options that dumps various metadata tables
(chapter 23 of the Partition III).

You can try the interpreter like this:

mono-int program.exe