aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-7/+4
* Add foreign variablesGinger Bill2017-06-151-1/+63
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-95/+100
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-1/+1
* Remove := with var and :: with constGinger Bill2017-06-121-1/+1
* Named procedure callsGinger Bill2017-06-111-1/+1
* Use templated `Map` for extra type safetyGinger Bill2017-06-081-19/+14
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-7/+7
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-31/+31
* Update `String` to use overloadingGinger Bill2017-06-081-7/+7
* Build as C++Ginger Bill2017-06-081-0/+1662