aboutsummaryrefslogtreecommitdiff
path: root/src/checker/expr.c
Commit message (Expand)AuthorAgeFilesLines
* v0.0.4 - `odin build_dll`, atomic.odin, sync.odinGinger Bill2016-12-091-7/+21
* Fix procedure casting; SUBSYSTEM to CONSOLE in linkerGinger Bill2016-12-091-0/+4
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-6/+8
* Fix enumeration constant expressions; Remove empty file errorGinger Bill2016-12-061-8/+10
* (Crude) Cyclic Type CheckingGinger Bill2016-12-041-50/+33
* Fix preload initialization orderingGinger Bill2016-12-041-1/+12
* Change entity collection strategyGinger Bill2016-12-031-1/+3
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-0/+2
* Fix illegal type declaration errorGinger Bill2016-11-301-3/+9
* error_nodeGinger Bill2016-11-301-205/+223
* `when` statement; Better entity collection system (for both local and global)...Ginger Bill2016-11-291-89/+205
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-25/+15
* Fix slicing and add clampGinger Bill2016-11-281-1/+99
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-18/+14
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+4465