aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-49/+49
* Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-07-041-2/+8
|\
| * Allow aliasing of aliasesGinger Bill2017-07-041-2/+8
* | Allow for overloading of polymorphic proceduresGinger Bill2017-07-041-3/+8
|/
* *_of as keyords; Allow constant aliasing for user/built-in procedures, import...Ginger Bill2017-07-041-10/+65
* Disable polymorphic overloading in the global scopeGinger Bill2017-07-021-1/+2
* Implicit parametric polymorphic proceduresGinger Bill2017-06-291-6/+20
* Make `AstNodeIdent` a struct wrapping its `Token`Ginger Bill2017-06-291-1/+1
* Update procedure names and extend demo.odinGinger Bill2017-06-291-3/+3
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-35/+35
* Remove `type` prefix declarationsGinger Bill2017-06-281-1/+1
* Write demo for v0.5.0Ginger Bill2017-06-261-1/+13
* Undef value `---` (for setting a value to be uninitialized/undefined)Ginger Bill2017-06-261-1/+6
* Rudimentary para-poly proceduresGinger Bill2017-06-251-2/+9
* Implicit Parameter Passing based `context` system (replacing Thread Local Sto...Ginger Bill2017-06-201-0/+5
* Code will compile as 32 bit but will causes errors in the linker on WindowsGinger Bill2017-06-191-17/+17
* 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