aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix IR printing for para-poly proceduresGinger Bill2017-06-261-30/+17
|
* Undef value `---` (for setting a value to be uninitialized/undefined)Ginger Bill2017-06-261-0/+4
|
* Rudimentary para-poly proceduresGinger Bill2017-06-251-4/+10
|
* Generic procedures generate types on useGinger Bill2017-06-251-7/+27
|
* Update old demosGinger Bill2017-06-211-4/+1
|
* Implicit Parameter Passing based `context` system (replacing Thread Local ↵Ginger Bill2017-06-201-8/+30
| | | | Storage (TLS) approach)
* Compiler compiles for x86 (doesn't work properly)Ginger Bill2017-06-191-0/+2
|
* C-style `c_vararg`s (Not heavily tested)Ginger Bill2017-06-131-43/+95
|
* Use templated `Map` for extra type safetyGinger Bill2017-06-081-7/+7
|
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-2/+2
|
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-18/+18
|
* Update `String` to use overloadingGinger Bill2017-06-081-4/+4
|
* Build as C++Ginger Bill2017-06-081-0/+1768