gingerBill
|
9637cc5690
|
Add #ordered to the "raw" types in raw.odin
|
2017-05-12 16:04:05 +01:00 |
|
Ginger Bill
|
cc6282a6e3
|
Fix alignment and size bug of enums; Remove #ordered and make the default #ordered.
|
2017-05-02 21:16:09 +01:00 |
|
Ginger Bill
|
784f3ecf7e
|
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x); y:=^x => y:=&x;
Sorry for all the code breaking in this commit :(
|
2017-04-30 15:09:36 +01:00 |
|
Ginger Bill
|
67d8f48553
|
Calling convention, change from bitcast to transmute
|
2017-04-16 16:28:39 +01:00 |
|
Ginger Bill
|
d7fdd3d7b8
|
Add raw.odin
Forgot to do this in the previous commit, whoops :P
|
2017-04-09 11:45:41 +01:00 |
|