aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.c
Commit message (Collapse)AuthorAgeFilesLines
* Overloaded `free`; 3 dotted ellipsisv0.0.6aGinger Bill2017-01-281-6/+28
|
* Fix parsing for block/if expression within if/for/etc. statementsv0.0.6Ginger Bill2017-01-271-0/+5
|
* `in` keyword for `for` and `match type`Ginger Bill2017-01-271-3/+5
|
* Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.Ginger Bill2017-01-271-2/+18
|
* Library names - Only link with used foreign librariesGinger Bill2017-01-261-0/+3
|
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-261-0/+13
|
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-187/+203
|
* Fix issue #10Ginger Bill2017-01-201-0/+1
|
* `using` `immutable` `thread_local` on variable declarationsGinger Bill2017-01-191-7/+8
|
* `immutable` field prefixGinger Bill2017-01-191-0/+3
|
* Closed range `...` (both inclusive); Type comparisons with == and !=Ginger Bill2017-01-191-208/+54
|
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-41/+189
|
* Fix conversion of untyped integers to pointersGinger Bill2017-01-171-3/+47
|
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-28/+88
|
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-180/+260
|
* Err on ambiguous overloaded callsGinger Bill2017-01-151-71/+55
|
* Procedure overloadingGinger Bill2017-01-151-60/+275
|
* Bug fix: comparisons with shiftsGinger Bill2017-01-151-224/+100
|
* "Old style" enumsGinger Bill2017-01-081-53/+150
| | | | | name and value information `count`, `min_value`, `max_value` constants
* File reorganization for checker system.Ginger Bill2017-01-071-0/+4759