Skip to content

Commit 30c4070

Browse files
committed
Add a boot/README file explaining rustboot's organization a bit.
1 parent 2eafd28 commit 30c4070

File tree

3 files changed

+407
-1
lines changed

3 files changed

+407
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
728728
rt/uthash/uthash.h rt/uthash/utlist.h \
729729
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
730730
rt/bigint/bigint_ext.cpp rt/bigint/low_primes.h
731-
PKG_FILES := README \
731+
PKG_FILES := README boot/README \
732732
$(wildcard etc/*.*) \
733733
$(MKFILES) $(BOOT_MLS) boot/fe/lexer.mll \
734734
$(COMPILER_INPUTS) \

src/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This is preliminary version of the Rust compiler.
33
Source layout:
44

55
boot/ The bootstrap compiler
6+
boot/README - More-detailed guide to it.
67
boot/fe - Front end (lexer, parser, AST)
78
boot/me - Middle end (resolve, check, layout, trans)
89
boot/be - Back end (IL, RA, insns, asm, objfiles)

0 commit comments

Comments
 (0)