aboutsummaryrefslogtreecommitdiff
path: root/core/_preload.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-115/+115
* Fix preload initialization orderingGinger Bill2016-12-041-1/+7
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-172/+150
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-1/+1
* 128 bit integersGinger Bill2016-11-221-1/+2
* v0.0.3 BuildGinger Bill2016-11-171-1/+3
* Fix alignment issues with vectors, unions, and raw_unionsGinger Bill2016-11-161-0/+16
* File restructure (again)Ginger Bill2016-11-021-5/+5
* Interpreter - Structs and ArraysGinger Bill2016-10-301-0/+22
* Fix exact value bug when updating expressionsGinger Bill2016-10-161-8/+7
* Add Pointer ArithmeticGinger Bill2016-10-121-8/+10
* Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...Ginger Bill2016-10-101-9/+5
* Demaybe operator ?Ginger Bill2016-10-071-3/+0
* Maybe types; value, ok := maybe_value(x)Ginger Bill2016-10-061-0/+3
* Untyped `nil`Ginger Bill2016-10-061-0/+329