tests and bugfixes: fns take aliases, fixed binary arithmetic in create, eliminated wasted bit per uint

This commit is contained in:
Dave Herman 2010-10-21 07:36:13 -07:00
parent ce3224652f
commit da8b6795c7
2 changed files with 322 additions and 29 deletions

View file

@ -5,8 +5,12 @@ import front.token;
import middle.trans;
import middle.resolve;
import util.bits;
io fn main(vec[str] args) {
bits.test();
log "This is the rust 'self-hosted' compiler.";
log "The one written in rust.";
log "It does nothing yet, it's a placeholder.";