Ginger Bill
|
fbd27d7c45
Fix map internal type generation
|
8 years ago |
Ginger Bill
|
3546391311
Merge branch 'master' of https://github.com/gingerBill/Odin
|
8 years ago |
Ginger Bill
|
24c812115e
Remove empty union check on array types; Fix overflowing error printing
|
8 years ago |
gingerBill
|
f0980c0a98
Fix import name exportation bug; Fix procedure type printing
|
8 years ago |
Ginger Bill
|
1df4aa90ce
Fix struct parameter bugs
|
8 years ago |
Ginger Bill
|
dbddec33c8
Internal changes; thread.odin for windows only
|
8 years ago |
Ginger Bill
|
401a5955a4
Fix minor check on vector types
|
8 years ago |
Ginger Bill
|
9a3b4167bb
Fix polymorphic element types usage; Empty `union` as opaque type
|
8 years ago |
Ginger Bill
|
13bc6eeea4
Make `fields` et al an Array rather than a raw pointer
|
8 years ago |
Ginger Bill
|
2da18b6d33
Change internals from `Record` to `Struct`
|
8 years ago |
Ginger Bill
|
6d37ed12d2
Update internals of a Union and Tuple
|
8 years ago |
Ginger Bill
|
f1ab17ed4e
`type_info_of`; enum_value_to_string and string_to_enum_value
|
8 years ago |
Ginger Bill
|
6113164211
Change union layout to store type info rather than an integer; ternary expression for types with constant condition
|
8 years ago |
Ginger Bill
|
59fb7b020a
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
|
8 years ago |
Ginger Bill
|
65f079ebc4
Remove `atomic`, `++`, and `--`
|
8 years ago |
Ginger Bill
|
d16aa79492
General specialization for polymorphic parameters
|
8 years ago |
Ginger Bill
|
5af0acc4af
Disallow default struct values for `any`; `new_clone`
|
8 years ago |
Ginger Bill
|
a459364de3
Ignore missing default values for struct literals at the end
|
8 years ago |
Ginger Bill
|
277ef1a68f
Allow undefined --- as a struct field default value.
|
8 years ago |
Ginger Bill
|
193c7c82c8
Default struct field values
|
8 years ago |
Ginger Bill
|
9a8759efef
Polymorphic type specialization for procedures
|
8 years ago |
Ginger Bill
|
054948e701
Basic procedure type parameter specialization
|
8 years ago |
Ginger Bill
|
1c5ddd65b4
Rudimentary support for parametric polymorphic types
|
8 years ago |
Ginger Bill
|
b8697fb4ed
Change precedence order for types e.g. ^T(x) == ^(T(x))
|
8 years ago |
Ginger Bill
|
03570275c1
Fix issue #78 and have a better error message.
|
8 years ago |
Ginger Bill
|
b5587f1937
Fix aliasing of overloaded procedures from other scopes
|
8 years ago |
Ginger Bill
|
c4c6975f1b
`cast(Type)expr`; Fix overloaded procedure determination on assignment
|
8 years ago |
Ginger Bill
|
0be0fb2a57
Nested when statements within records
|
8 years ago |
Ginger Bill
|
115e6e7f9e
Update demo for both subtyping and union based Entity
|
8 years ago |
Ginger Bill
|
3868a9a0f0
Clean up _preload.odin types
|
8 years ago |