aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove `let`Ginger Bill2017-06-261-4/+2
|
* Wrap hashing functionsGinger Bill2017-06-221-1/+1
|
* Clean up code for return statements, slightlyGinger Bill2017-06-221-16/+18
|
* Default result values for procedure types; Named result values in `return` ↵Ginger Bill2017-06-221-22/+126
| | | | statements
* Code will compile as 32 bit but will causes errors in the linker on WindowsGinger Bill2017-06-191-47/+47
|
* `#location(..)` and `#call_location`Ginger Bill2017-06-181-1/+1
|
* Declaration grouping uses () rather than {}; Fix some problem with ↵Ginger Bill2017-06-171-1/+1
| | | | compilation on *nix
* 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