Ginger Bill
|
c59f6b7d0b
|
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~ on 64 bit constants; Fix integer casts from smaller to larger size
|
2017-02-26 00:44:26 +00:00 |
|
Ginger Bill
|
4306345ff1
|
Dynamic array syntax [...]Type; make entities private with a prefix of _; fix extension checking
|
2017-02-11 17:33:23 +00:00 |
|
Ginger Bill
|
92453369c5
|
Remove while loop and readd c-style for loops i.e. all loops are just for
|
2017-01-27 17:43:42 +00:00 |
|
Ginger Bill
|
367d307dc4
|
Fix conversion of untyped integers to pointers
|
2017-01-17 20:27:14 +00:00 |
|
Ginger Bill
|
6dc6b6f8aa
|
Err on ambiguous overloaded calls
|
2017-01-15 20:43:28 +00:00 |
|
Ginger Bill
|
70d4ca00df
|
while; range is now for; remove ++ and --
|
2017-01-03 19:11:12 +00:00 |
|
Ginger Bill
|
ce89a1428e
|
Fix parameter/field lists and #import #include syntax
|
2017-01-02 00:26:28 +00:00 |
|
Ginger Bill
|
9202bd1b06
|
Nearly finished Jai-like declarations
|
2017-01-01 20:41:10 +00:00 |
|
Ginger Bill
|
a48e0c7179
|
Begin transition to Jai-like syntax
|
2017-01-01 19:08:03 +00:00 |
|
Ginger Bill
|
d0e1efe622
|
Generic (grouped) declarations: var, let, const, type, import, include
|
2016-12-20 18:58:17 +00:00 |
|
Ginger Bill
|
77e219d442
|
Change var decl syntax
`var x int;` from `x: int;`
|
2016-12-18 22:32:18 +00:00 |
|
Ginger Bill
|
e370337f97
|
var/const decl; remove : from parameter lists
|
2016-12-18 21:50:14 +00:00 |
|
Ginger Bill
|
5217eb55b4
|
Change of proc and type declaration syntax to "prefix" style
`proc name()` from `name :: proc()`
|
2016-12-18 20:34:55 +00:00 |
|
Ginger Bill
|
9634b28b07
|
Add atomic.odin, sync.odin, sys/windows.odin
|
2016-12-16 17:21:39 +00:00 |
|