diff options
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) |