tests and bugfixes: fns take aliases, fixed binary arithmetic in create, eliminated wasted bit per uint
This commit is contained in:
parent
ce3224652f
commit
da8b6795c7
2 changed files with 322 additions and 29 deletions
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue