-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathREADME.txt
58 lines (40 loc) · 1.53 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
56
57
58
Content description
-------------------
ClassInitGenerator
- A tool used to generate Initializer.Generated.cs files in libraries.
Console
- ir.exe, ir64.exe
Docs
- Implementation documents.
IronRuby.Tests
- Targetted compiler and runtime unit tests hosted in a C# test harness.
Libraries
- Builtin modules (IronRuby.Libraries.dll).
Libraries.Yaml
- YAML standard library (IronRuby.Libraries.Yaml.dll).
Libs
- Includes IronRuby specific libraries.
Public
- Misc files included in IronRuby.msi.
Ruby
- Core compiler and runtime (IronRuby.dll)
Samples
- samples included in IronRuby.msi
Scripts
- Infrastructure scripts and helpers.
StdLib
- Ruby standard library distributed in IronRuby.msi.
- The content is a copy of MRI 1.9.2 standard library with the following changes:
i386-mingw32 directory removed
- *.so files need to be reimplemented in IronRuby.Libraries.dll
- rbconfig.rb is replaced by the one in Languages\Ruby\Libs
complex18.rb and rational18.rb are taken from MRI 1.8.6
- this should be replaced by IronRuby's own implementation of Complex and Rational builtins in future
gem_prelude.rb taked from Ruby 1.9.2 source distribution and adapted
- should be replaced by an implementation in IronRuby.Libraries.dll
Tests
- Test suites.
Please see http://wiki.github.com/IronLanguages/main for information on:
- Setting up a development environment with easy access to utility scripts
- Building
- Running test