aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed demov0.5.0Ginger Bill2017-06-271-0/+11
* Reduce excessive node cloning on para-poly checking and fix scope bugGinger Bill2017-06-261-0/+1
* Undef value `---` (for setting a value to be uninitialized/undefined)Ginger Bill2017-06-261-0/+12
* Rudimentary para-poly proceduresGinger Bill2017-06-251-0/+4
* Generic procedures generate types on useGinger Bill2017-06-251-22/+29
* Fix typo for some built-in proceduresGinger Bill2017-06-251-0/+4
* `#location(..)` and `#call_location`Ginger Bill2017-06-181-35/+38
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-1/+1
* Code use API rather than raw CheckerInfo; begin work on generic proceduresGinger Bill2017-06-151-0/+74
* Add CheckerInfo API functionsGinger Bill2017-06-151-0/+10
* C-style `c_vararg`s (Not heavily tested)Ginger Bill2017-06-131-1/+8
* Fix trailing default argument checkingGinger Bill2017-06-111-18/+21
* Allow for ignoring named procedural call arguments with `_`Ginger Bill2017-06-111-1/+1
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-21/+21
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-17/+17
* Update `String` to use overloadingGinger Bill2017-06-081-15/+15
* Build as C++Ginger Bill2017-06-081-0/+2366