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 :(
This commit is contained in:
Ginger Bill
2017-04-30 15:09:36 +01:00
parent 54ea70df98
commit 784f3ecf7e
22 changed files with 650 additions and 730 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Any :: struct #ordered {
type_info: ^Type_Info,
data: rawptr,
type_info: ^Type_Info,
}
String :: struct #ordered {