Skip to content

Commit

Permalink
Add a boot/README file explaining rustboot's organization a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Jul 11, 2010
1 parent 2eafd28 commit 30c4070
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
rt/uthash/uthash.h rt/uthash/utlist.h \
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
rt/bigint/bigint_ext.cpp rt/bigint/low_primes.h
PKG_FILES := README \
PKG_FILES := README boot/README \
$(wildcard etc/*.*) \
$(MKFILES) $(BOOT_MLS) boot/fe/lexer.mll \
$(COMPILER_INPUTS) \
Expand Down
1 change: 1 addition & 0 deletions src/README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 30c4070

Please sign in to comment.