alias and unified parameters lists for procedures and structures.

This commit is contained in:
gingerBill
2016-07-25 11:14:25 +01:00
parent 9d8355d361
commit 32ab8fcf99
10 changed files with 217 additions and 103 deletions
+6
View File
@@ -0,0 +1,6 @@
type Vec2: struct { x, y: f32 }
main :: proc() {
}