v0.0.3 Build

This commit is contained in:
Ginger Bill
2016-11-17 22:58:00 +00:00
parent 4895031df5
commit 24ca106521
15 changed files with 2013 additions and 289 deletions
+3 -1
View File
@@ -4,6 +4,7 @@
#import "fmt.odin"
#import "mem.odin"
/*
Optimization_Level :: enum {
DEBUG,
RELEASE,
@@ -24,7 +25,7 @@ Build_Options :: struct {
}
build_options: Build_Options
*/
// IMPORTANT NOTE(bill): Do not change the order of any of this data
// The compiler relies upon this _exact_ order
@@ -80,6 +81,7 @@ Type_Info :: union {
elem: ^Type_Info
elem_size: int
count: int
align: int
}
Tuple: Record
Struct: Record