about summary refs log tree commit diff
path: root/src/README
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2010-07-11 14:54:43 -0700
committerGraydon Hoare <graydon@mozilla.com>2010-07-11 14:54:43 -0700
commit30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8 (patch)
tree5ccb09686c416a38ed2344c65f4b6db8c7b1a25b /src/README
parent2eafd280f81a668f9b8b0a7f0eda4c3237e6b70a (diff)
Add a boot/README file explaining rustboot's organization a bit.
Diffstat (limited to 'src/README')
-rw-r--r--src/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README b/src/README
index c51709d0556..4d1b431ae8a 100644
--- a/src/README
+++ b/src/README
@@ -3,6 +3,7 @@ This is preliminary version of the Rust compiler.
 Source layout:
 
 boot/              The bootstrap compiler
+boot/README        - More-detailed guide to it.
 boot/fe            - Front end (lexer, parser, AST)
 boot/me            - Middle end (resolve, check, layout, trans)
 boot/be            - Back end (IL, RA, insns, asm, objfiles)