aboutsummaryrefslogtreecommitdiff
path: root/core/sync_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-2/+2
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-2/+2
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-2/+4
* `import` and `import_load` as keywords; Fix procedure literal call trickGinger Bill2017-06-121-2/+2
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-2/+2
* Prefix `proc` syntaxGinger Bill2017-06-121-11/+11
* Remove := with var and :: with constGinger Bill2017-06-121-18/+18
* Add files in corev0.2.1Ginger Bill2017-05-011-0/+93