aboutsummaryrefslogtreecommitdiff
path: root/examples/basic.odin
Commit message (Expand)AuthorAgeFilesLines
* Switchable array bounds checkingGinger Bill2016-09-121-389/+0
* Default struct member reordering for minimal sizeGinger Bill2016-09-101-1/+1
* Begin reording of struct members by default.Ginger Bill2016-09-091-1/+1
* Remove duplicates in type info data.Ginger Bill2016-09-091-13/+113
* Fix match statements for the new AstNodeArray typeGinger Bill2016-09-081-8/+8
* Fix missing `type_info` with manual linear searchGinger Bill2016-09-081-42/+14
* Basic variadic `print` procedureGinger Bill2016-09-071-30/+179
* min, max, absGinger Bill2016-09-021-1/+1
* Better `using`; foreign system libraries; optional semicolonsGinger Bill2016-08-301-81/+81
* Begin "Everything's a namespace"Ginger Bill2016-08-301-1/+1
* Change rune literals to #rune "C"Ginger Bill2016-08-251-11/+11
* Infix and Postfix procedure callsgingerBill2016-08-231-11/+11
* Integer EnumerationsgingerBill2016-08-221-1/+1
* File Library and TypeDecl syntax changegingerBill2016-08-221-3/+6
* print_(f32|f64)Ginger Bill2016-08-181-20/+58
* defer statementsgingerBill2016-08-161-5/+2
* Win32 Window TestgingerBill2016-08-161-55/+2
* Full Unicode SupportgingerBill2016-08-151-1/+5
* string comparisonsgingerBill2016-08-151-4/+52
* Vector index works with booleans now.gingerBill2016-08-141-15/+10
* append :: proc(s: ^[]T, i: T) -> boolgingerBill2016-08-141-11/+9
* expr as type; {N}bool is still causing problemsgingerBill2016-08-141-15/+67
* Code generation for procedure literalsgingerBill2016-08-111-25/+21
* copy(...)gingerBill2016-08-101-17/+19
* Tuple support in codegengingerBill2016-08-101-5/+0
* f16/f128,u|i128, basic vector support.gingerBill2016-08-101-1/+47
* Strings galore!gingerBill2016-08-051-7/+7
* Minor refactor and basic librarygingerBill2016-08-051-0/+39
* String supportgingerBill2016-08-051-0/+8