aboutsummaryrefslogtreecommitdiff
path: root/core/utf8.odin
Commit message (Expand)AuthorAgeFilesLines
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-6/+9
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-7/+7
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-7/+7
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-77/+71
* Handle calling conventions correctlyGinger Bill2016-12-221-6/+6
* Fix anonymous procedures and their dependenciesGinger Bill2016-12-211-6/+8
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-27/+29
* Begin generic declarations for lists of specificationsGinger Bill2016-12-191-11/+11
* Change var decl syntaxGinger Bill2016-12-181-32/+32
* Change record field syntaxGinger Bill2016-12-181-1/+1
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-20/+19
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-7/+7
* Semicolons mandatory again (and probably forever now...)Ginger Bill2016-12-161-95/+95
* Set :: as a single tokenGinger Bill2016-12-071-1/+1
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-94/+94
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-95/+95
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-2/+2
* Minor Style FixesGinger Bill2016-10-221-0/+3
* Fix exact value bug when updating expressionsGinger Bill2016-10-161-1/+2
* Untyped `nil`Ginger Bill2016-10-061-6/+6
* Include other core libs.Ginger Bill2016-09-301-0/+212