aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
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)