Ginger Bill
|
11614c2649
Fix old_demos; Fix `when` bug; Fix enum `.names`
|
8 years ago |
Ginger Bill
|
793bc8c585
Fix issue #89
|
8 years ago |
Ginger Bill
|
ae17a51c0d
Fix issue #109
|
8 years ago |
Ginger Bill
|
c43d66c286
Use comma for struct field separators (disallow nesting)
|
8 years ago |
Ginger Bill
|
3bfaac0844
Fix decimal.odin assignment bug
|
8 years ago |
Ginger Bill
|
333db4dc94
Fix issues #95 and #96
|
8 years ago |
Ginger Bill
|
e6e0aba8c3
Remove `when` suffixes; Implement file scope `when` statement, evaluated in source order
|
8 years ago |
Ginger Bill
|
7791c343c4
Allow for multiple library collections; Store AstFile as pointer
|
8 years ago |
Ginger Bill
|
6707c8750e
Import cycle checking
|
8 years ago |
Ginger Bill
|
e5502c13ee
Restrict global variables to not allow tuples
|
8 years ago |
Ginger Bill
|
6c73f9d3fd
Global variable dependency initialization ordering
|
8 years ago |
Ginger Bill
|
a09d5959ef
Fix issues with OSX
|
8 years ago |
Ginger Bill
|
0fff6a2b74
Fix i128 division
|
8 years ago |
Ginger Bill
|
49d337c830
v0.6.2; Use Ada_Case for types
|
8 years ago |
Ginger Bill
|
0fae31fb54
Extra type safety; Fix typos
|
8 years ago |
Ginger Bill
|
8987a6630c
v0.6.0
|
8 years ago |
Ginger Bill
|
62a72f0163
`transmute(type)x`; Minor code clean up
|
8 years ago |
Ginger Bill
|
ca36fabfc0
Remove dead code for the "fixed" map idea
|
8 years ago |
Ginger Bill
|
7bd62481ad
Fix `nil` assignment to unions
|
8 years ago |
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 |