stub

catamorphism
2012-05-08 14:05:53 -07:00
parent aae1ba822b
commit 5a83697afc
+1
@@ -0,0 +1 @@
The middle end includes the resolver, typechecker, kind checker, typestate checker, and various other semantic analysis passes. The source files for it live in ```src/rustc/middle```. The middle end also includes the code generator that generates LLVM code from Rust abstract syntax tree: the code generator files are in ```src/rustc/middle/trans```.