-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
55 lines (44 loc) · 1.48 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Jet Compiler
The project includes compilers and a runtime.
Everything is written in C#, a modern programming language.
Everything is licensed under the Apache 2.0 license.
=============================================================================
Status
=============================================================================
- No useful code.
=============================================================================
Links to other open-source projects:
=============================================================================
For leaning compiler/runtime designs:
Mono
License:
C# Compiler: GPL
Tools: GPL
Runtime: LGPL 2.0
Class libraries: MIT X11
http://www.mono-project.com
A free and open source project to create an Ecma standard compliant,
.NET-compatible set of tools, including among others a C# compiler
and a Common Language Runtime.
The runtime is written in C.
DotGNU Portable.NET
License: GPL
http://www.gnu.org/software/dotgnu/
A GNU-licensed implementation of the Common Language Infrastructure.
The runtime is written in C.
Google's V8:
License: BSD
http://code.google.com/p/v8
A javascript runtime written in C++.
GNU Compiler Collection (GCC)
License: GPL
http://gcc.gnu.org/
The great compiler collection written in C.
Cosmos OS
License: BSD
http://www.codeplex.com/Cosmos
The project source includes an X86 IA32 assembler written in C#.
Managed.X86
License: BSD
http://code.google.com/p/managed-x86/
An X86 IA32 assembler written in C#.