Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-04-18 04:28:31 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-04-18 04:28:31 +0400
commit596a57ce07d82f2c1a152183412e8145942726fc (patch)
treea748e3f7a8e7ffc2133ae5425c65c32651b54faf /docs
parent037871443d49c1a3e82303696bb7add1eb4cba26 (diff)
Add small intro
svn path=/trunk/mono/; revision=13743
Diffstat (limited to 'docs')
-rw-r--r--docs/mini-doc.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/mini-doc.txt b/docs/mini-doc.txt
index 4a6c18f365f..052421e391a 100644
--- a/docs/mini-doc.txt
+++ b/docs/mini-doc.txt
@@ -15,6 +15,14 @@
* Introduction
+ Mono is a Open Source implementation of the .NET Framework: it
+ is made up of a runtime engine that implements the ECMA Common
+ Language Infrastructure (CLI), a set of compilers that target
+ the CLI and a large collection of class libraries.
+
+ This article discusses the new code generation facilities that
+ have been added to the Mono runtime.
+
First we discuss the overall architecture of the Mono runtime,
and how code generation fits into it; Then we discuss the
development and basic architecture of our first JIT compiler