aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.c
Commit message (Expand)AuthorAgeFilesLines
* v0.0.4 - `odin build_dll`, atomic.odin, sync.odinGinger Bill2016-12-091-1/+1
* Set :: as a single tokenGinger Bill2016-12-071-0/+5
* Improve parsing with semicolon insertionGinger Bill2016-12-061-4/+3
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-35/+177
* Change entity collection strategyGinger Bill2016-12-031-5/+6
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-2/+2
* Fix illegal type declaration errorGinger Bill2016-11-301-4/+6
* error_nodeGinger Bill2016-11-301-18/+25
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-0/+2
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-13/+46
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+816