aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add extra check for bodiless proceduresGinger Bill2017-06-151-0/+2
* Code use API rather than raw CheckerInfo; begin work on generic proceduresGinger Bill2017-06-151-26/+25
* Add foreign variablesGinger Bill2017-06-151-27/+83
* Add CheckerInfo API functionsGinger Bill2017-06-151-1/+5
* C-style `c_vararg`s (Not heavily tested)Ginger Bill2017-06-131-3/+6
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-1/+0
* `foreign` blocks for proceduresGinger Bill2017-06-121-10/+9
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-0/+2
* Prefix `proc` syntaxGinger Bill2017-06-121-8/+11
* Named procedure callsGinger Bill2017-06-111-3/+3
* Use templated `Map` for extra type safetyGinger Bill2017-06-081-9/+9
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-2/+2
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-7/+7
* Update `String` to use overloadingGinger Bill2017-06-081-2/+2
* Build as C++Ginger Bill2017-06-081-0/+566