aboutsummaryrefslogtreecommitdiff
path: root/core/math.odin
Commit message (Expand)AuthorAgeFilesLines
...
| * Ellipsis is now just `..`; Remove half-closed range operator and treat all of...Ginger Bill2017-02-261-4/+4
* | Oh, I left math.odin open when I merged gingerBill's changes. Oops. Updated t...Zachary Pierson2017-02-111-4/+0
* | I'm not sure what I changed here, to be honest. I've ctrl-z'd everything, but...Zachary Pierson2017-02-111-3/+4
|/
* Remove Maybe type; Enum `names`Ginger Bill2017-02-101-4/+0
* `in` keyword for `for` and `match type`Ginger Bill2017-01-271-4/+4
* Library names - Only link with used foreign librariesGinger Bill2017-01-261-14/+14
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-7/+17
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-7/+7
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-1/+1
* Err on ambiguous overloaded callsGinger Bill2017-01-151-53/+53
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-4/+4
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-44/+44
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-54/+52
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-91/+89
* Handle calling conventions correctlyGinger Bill2016-12-221-4/+4
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-8/+9
* Begin generic declarations for lists of specificationsGinger Bill2016-12-191-14/+15
* Change var decl syntaxGinger Bill2016-12-181-51/+51
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-82/+82
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-52/+52
* Semicolons mandatory again (and probably forever now...)Ginger Bill2016-12-161-203/+201
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-197/+197
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-217/+214
* v0.0.3 BuildGinger Bill2016-11-171-0/+373