aboutsummaryrefslogtreecommitdiff
path: root/src/checker/entity.c
Commit message (Expand)AuthorAgeFilesLines
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-0/+1
* `range` statementGinger Bill2017-01-021-2/+2
* Add enum type info and fix enum castingGinger Bill2017-01-011-7/+5
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-8/+9
* Remove `enum` for favour of Go-style enumerationsGinger Bill2016-12-191-0/+1
* Golang style enumerations with `iota`Ginger Bill2016-12-191-0/+4
* Custom entry points on Windows (DllMain; WinMain)Ginger Bill2016-12-091-1/+1
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-2/+8
* Fix preload initialization orderingGinger Bill2016-12-041-1/+1
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+179