aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-26 16:00:19 -0800
committerGraydon Hoare <[email protected]>2011-01-26 16:00:19 -0800
commit0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8 (patch)
tree1d59ac2bd6502b90e968ce950c5b285e308d5c9a /src/README
parentChange rustc warning to be a little less dismissive. (diff)
downloadrust-0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8.tar.xz
rust-0499d4ac29b36ed8c5ba3c1ff4e4bc928e6792a8.zip
Update various README files in the tree.
Diffstat (limited to 'src/README')
-rw-r--r--src/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/README b/src/README
index 4d1b431a..3618ee18 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