aboutsummaryrefslogtreecommitdiff
path: root/core/bits.odin
Commit message (Expand)AuthorAgeFilesLines
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-190/+190
* Disable `var` and `const` declarationsGinger Bill2017-06-281-34/+32
* 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
* `foreign` blocks for proceduresGinger Bill2017-06-121-80/+80
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-21/+22
* Prefix `proc` syntaxGinger Bill2017-06-121-190/+190
* Remove := with var and :: with constGinger Bill2017-06-121-222/+222
* Implement u128/i128 features; Add bits.odinGinger Bill2017-06-011-0/+286