From 5673e652cc7fe64e48309fe1a20a8a9f1df9e612 Mon Sep 17 00:00:00 2001 From: catamorphism Date: Tue, 8 May 2012 13:57:15 -0700 Subject: [PATCH] skeleton --- Note-rustc-hacking-guide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Note-rustc-hacking-guide.md diff --git a/Note-rustc-hacking-guide.md b/Note-rustc-hacking-guide.md new file mode 100644 index 0000000..51e1395 --- /dev/null +++ b/Note-rustc-hacking-guide.md @@ -0,0 +1,5 @@ +This is a collection of pages intended to help new hackers learn their way around the internals of the Rust compiler. It will probably always be incomplete. Please help by extending and adding pages as you learn new things about the compiler. + +[[Note rustc hacking guide - Front end|Front end]] +[[Note rustc hacking guide - Front end|Middle end]] +[[Note rustc hacking guide - Front end|Back end]] \ No newline at end of file