oops, removed bits.test() from main
This commit is contained in:
parent
da8b6795c7
commit
852c0d6631
1 changed files with 0 additions and 4 deletions
|
@ -5,12 +5,8 @@ import front.token;
|
||||||
import middle.trans;
|
import middle.trans;
|
||||||
import middle.resolve;
|
import middle.resolve;
|
||||||
|
|
||||||
import util.bits;
|
|
||||||
|
|
||||||
io fn main(vec[str] args) {
|
io fn main(vec[str] args) {
|
||||||
|
|
||||||
bits.test();
|
|
||||||
|
|
||||||
log "This is the rust 'self-hosted' compiler.";
|
log "This is the rust 'self-hosted' compiler.";
|
||||||
log "The one written in rust.";
|
log "The one written in rust.";
|
||||||
log "It does nothing yet, it's a placeholder.";
|
log "It does nothing yet, it's a placeholder.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue