diff options
| author | Graydon Hoare <[email protected]> | 2010-07-11 14:54:43 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-11 14:54:43 -0700 |
| commit | 30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8 (patch) | |
| tree | 5ccb09686c416a38ed2344c65f4b6db8c7b1a25b /src/README | |
| parent | Add Chris Double to AUTHORS.txt. (diff) | |
| download | rust-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/README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |