aboutsummaryrefslogtreecommitdiff
path: root/src/ssa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DllMain and only call main on DLL_PROCESS_ATTACHGinger Bill2016-12-091-21/+41
* Custom entry points on Windows (DllMain; WinMain)Ginger Bill2016-12-091-24/+121
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-18/+17
* Change entity collection strategyGinger Bill2016-12-031-2/+2
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-13/+20
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-0/+27
* Fix slicing and add clampGinger Bill2016-11-281-16/+27
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-19/+0
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+5419