Skip to content

Commit

Permalink
tests and bugfixes: fns take aliases, fixed binary arithmetic in crea…
Browse files Browse the repository at this point in the history
…te, eliminated wasted bit per uint
  • Loading branch information
Dave Herman committed Oct 21, 2010
1 parent ce32246 commit da8b679
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 29 deletions.
4 changes: 4 additions & 0 deletions src/comp/driver/rustc.rs
Expand Up @@ -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.";
Expand Down

0 comments on commit da8b679

Please sign in to comment.