diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-01-26 16:00:19 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-01-26 16:00:19 -0800 |
| commit | 0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8 (patch) | |
| tree | 1d59ac2bd6502b90e968ce950c5b285e308d5c9a /src/README | |
| parent | 5b857da15fc7bbbc4866d95bd8cc16397f9c3001 (diff) | |
| download | rust-0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8.tar.gz rust-0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8.zip | |
Update various README files in the tree.
Diffstat (limited to 'src/README')
| -rw-r--r-- | src/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/README b/src/README index 4d1b431ae8a..3618ee18fa5 100644 --- a/src/README +++ b/src/README @@ -1,4 +1,4 @@ -This is preliminary version of the Rust compiler. +This is preliminary version of the Rust compiler(s). Source layout: @@ -11,8 +11,8 @@ boot/util - Ubiquitous helpers boot/llvm - LLVM-based alternative back end boot/driver - Compiler driver -comp/ The self-hosted compiler (doesn't exist yet) -comp/* - Same structure as in boot/ +comp/ The self-hosted compiler ("rustc": incomplete) +comp/* - Similar structure as in boot/ rt/ The runtime system rt/rust_*.cpp - The majority of the runtime services |
