Ginger Bill
|
12498b2d39
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
|
8 years ago |
Ginger Bill
|
6d93aa429f
Fix issue #10
|
8 years ago |
Ginger Bill
|
3f023509a7
`using` `immutable` `thread_local` on variable declarations
|
8 years ago |
Ginger Bill
|
563b1e2b28
`immutable` field prefix
|
8 years ago |
Ginger Bill
|
4603d2525e
Closed range `...` (both inclusive); Type comparisons with == and !=
|
8 years ago |
Ginger Bill
|
2af9fb79dc
Change cast syntax, int(x), []byte(s), (^int)(p)
|
8 years ago |
Ginger Bill
|
367d307dc4
Fix conversion of untyped integers to pointers
|
8 years ago |
Ginger Bill
|
cb59c1cf08
Comma for all field separators; Overloaded procedures follow exportation rules
|
8 years ago |
Ginger Bill
|
383f5b55ad
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
|
8 years ago |
Ginger Bill
|
6dc6b6f8aa
Err on ambiguous overloaded calls
|
8 years ago |
Ginger Bill
|
ac736aa4ec
Procedure overloading
|
8 years ago |
Ginger Bill
|
6fe25badf0
Bug fix: comparisons with shifts
|
8 years ago |
Ginger Bill
|
c29d433e38
Handle enums correctly with printf
|
8 years ago |
Ginger Bill
|
ff473e8342
"Old style" enums
|
8 years ago |
Ginger Bill
|
659e5359b2
fmt.printf - Go style due to runtime type safety
|
8 years ago |
Ginger Bill
|
d9ce0b9da0
File reorganization for checker system.
|
8 years ago |
Ginger Bill
|
703e1aa2bc
Fix core library; Disable adding entity definitions for blank identifiers
|
8 years ago |
Ginger Bill
|
b1e35b6da3
Fix array pointer as iterators; Remove stack allocations in `startup_runtime`
|
8 years ago |
Ginger Bill
|
fc1af0a04b
Fix build error caused by invalid iterator types in `for`
|
8 years ago |
Ginger Bill
|
4afb3f8fa4
Fix line comments at the end of file
|
8 years ago |
Ginger Bill
|
207b252f23
Fix checking termination of a procedure
|
8 years ago |
Ginger Bill
|
1356dfeec2
Fix SUBSYSTEM for link.exe
|
8 years ago |
Ginger Bill
|
d025791462
v0.0.5a
|
8 years ago |
Ginger Bill
|
b07ee9ec23
Fix problem with `odin build`
|
8 years ago |
Ginger Bill
|
915b5cdab7
Rename llir -> ir
|
8 years ago |
Ginger Bill
|
c8f99b360f
Fix init_arena_from_context
|
8 years ago |
Ginger Bill
|
b76f6a8c27
Removed capacity arguments from `new_slice` and `slice_ptr`
|
8 years ago |
Ginger Bill
|
cff1b3dff6
v0.0.5
|
8 years ago |
Ginger Bill
|
883dd0642c
Change prev ssa to llir;
|
8 years ago |
Ginger Bill
|
40f5dd56f7
Fix `for` interval upper bound check
|
8 years ago |