aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* foreign_library allow for Pascal-style groupingGinger Bill2017-06-121-8/+2
* `import` and `import_load` as keywords; Fix procedure literal call trickGinger Bill2017-06-121-1/+1
* Prefix `proc` syntaxGinger Bill2017-06-121-1/+1
* Fix trailing default argument checkingGinger Bill2017-06-111-12/+34
* Minor change for overloaded proceduresGinger Bill2017-06-111-2/+1
* Default parameters for proceduresGinger Bill2017-06-111-27/+91
* Allow for ignoring named procedural call arguments with `_`Ginger Bill2017-06-111-8/+13
* Named procedure callsGinger Bill2017-06-111-75/+242
* Use templated `Map` for extra type safetyGinger Bill2017-06-081-33/+33
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-14/+14
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-105/+103
* Update `String` to use overloadingGinger Bill2017-06-081-29/+29
* Build as C++Ginger Bill2017-06-081-0/+6430