aboutsummaryrefslogtreecommitdiff
path: root/core/atomic.odin
Commit message (Expand)AuthorAgeFilesLines
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-4/+4
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-21/+21
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-24/+24
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-7/+7
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-1/+1
* Change var decl syntaxGinger Bill2016-12-181-7/+7
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-20/+20
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-24/+24
* Add atomic.odin, sync.odin, sys/windows.odinGinger Bill2016-12-161-0/+101