aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-127/+127
|
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-229/+222
|
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-121/+108
|
* Add enum type info and fix enum castingGinger Bill2017-01-011-154/+147
|
* Block Expressions and `give`Ginger Bill2016-12-301-4/+47
|
* Handle calling conventions correctlyGinger Bill2016-12-221-23/+23
|
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-266/+279
|
* Remove `enum` for favour of Go-style enumerationsGinger Bill2016-12-191-153/+154
|
* Change record field syntaxGinger Bill2016-12-181-45/+45
|
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-150/+150
|
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-106/+106
| | | | `proc name()` from `name :: proc()`
* Add atomic.odin, sync.odin, sys/windows.odinGinger Bill2016-12-161-0/+525