aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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