Big Refactor to type less :P

This commit is contained in:
gingerBill
2016-08-01 13:11:50 +01:00
parent 88e05ad2b2
commit e5665a190d
10 changed files with 1398 additions and 1285 deletions
-2
View File
@@ -1,6 +1,4 @@
define void @main() {
entry:
%0 = alloca i64, align 8 ; a
store i64 zeroinitializer, i64* %0
ret void
}
-1
View File
@@ -1,3 +1,2 @@
main :: proc() {
a : int;
}