aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-11 14:54:43 -0700
committerGraydon Hoare <[email protected]>2010-07-11 14:54:43 -0700
commit30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8 (patch)
tree5ccb09686c416a38ed2344c65f4b6db8c7b1a25b /src/README
parentAdd Chris Double to AUTHORS.txt. (diff)
downloadrust-30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8.tar.xz
rust-30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8.zip
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 c51709d0..4d1b431a 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)