Ginger Bill
|
3cec2550d9
`delete` for maps
|
8 년 전 |
Ginger Bill
|
758dd9ba16
Fix overloading bug due to `#import .`; Add sys/wgl.odin
|
8 년 전 |
Ginger Bill
|
0c37aa9ea0
Fix overloading bug due to comparison of named types
|
8 년 전 |
Ginger Bill
|
9ff474f387
Named return values but do not affect other declarations
|
8 년 전 |
Ginger Bill
|
d2f9d20833
Change ternary expression precedence
|
8 년 전 |
Ginger Bill
|
71100ed427
Ternary expression (removed if and block expression)
|
8 년 전 |
Ginger Bill
|
3ecf3505fd
Ignore previous silly commit :P I shouldn't have move it
|
8 년 전 |
Ginger Bill
|
daa1cd55a1
Move error handling for casting
|
8 년 전 |
Ginger Bill
|
2722de65b7
Prevent `cast` on pointer to union types
|
8 년 전 |
Ginger Bill
|
8b5e3428a1
Optional ok for `union_cast` (similar to map indices)
|
8 년 전 |
Ginger Bill
|
d1f65097c4
Fix immutable rules; add some general documentation
|
8 년 전 |
Ginger Bill
|
74d15ab84b
Reimplement `immutable` with different rules.
|
8 년 전 |
Ginger Bill
|
763cd2649d
Fix index assignment rules for indirection
|
8 년 전 |
Ginger Bill
|
bd27c24fab
Use a global to store the build context information
|
8 년 전 |
Ginger Bill
|
282f8bb06f
Fix issue #23
|
8 년 전 |
Ginger Bill
|
b9ed546ce0
Record type field `names`
|
8 년 전 |
Ginger Bill
|
e1fdd675ce
v0.1.0
|
8 년 전 |
Ginger Bill
|
4306345ff1
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; fix extension checking
|
8 년 전 |
Ginger Bill
|
346aa5f71c
Only check files that have been truly imported.
|
8 년 전 |
Ginger Bill
|
73d6a55f5c
Remove need for `type` keyword
|
8 년 전 |
Ginger Bill
|
f18ae89931
Remove Maybe type; Enum `names`
|
8 년 전 |
Ginger Bill
|
454d0b5cf5
Fix global maps and initialize the preload types before
|
8 년 전 |
Ginger Bill
|
219ca0ac46
Map type info and fmt printing
|
8 년 전 |
Ginger Bill
|
5796c41357
`map` immutable fields: count, capacity, allocator
|
8 년 전 |
Ginger Bill
|
8cfae17535
`map` literals
|
8 년 전 |
Ginger Bill
|
df78b8ad3e
Make checking map key exists optional
|
8 년 전 |
Ginger Bill
|
f11d73ffaa
`map` string keys and `for` iterator
|
8 년 전 |
Ginger Bill
|
c126339090
dynamic `map` insertion and lookup
|
8 년 전 |
Ginger Bill
|
9f2d9b596d
Nearly implement dynamics map, missing insertion
|
8 년 전 |
Ginger Bill
|
00c7489157
Begin writing dynamic map procs and fix `using` bug in IR
|
8 년 전 |