aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.c
Commit message (Collapse)AuthorAgeFilesLines
* Build as C++Ginger Bill2017-06-081-611/+0
|
* Fix key generation for constant strings in IRGinger Bill2017-06-051-0/+5
|
* Remove `quaternion128` and `quaternion256` as core typesGinger Bill2017-06-011-173/+3
|
* Use 128-bit integers for ExactValue integersGinger Bill2017-05-301-84/+54
|
* Add %% operator (divisor modulo)Ginger Bill2017-05-091-0/+1
|
* Add Quaternions: quaternion128, quaternion256Ginger Bill2017-04-011-16/+191
|
* Complex numbers: complex64 complex128Ginger Bill2017-04-011-14/+143
|
* Add branch labels for loops; using listGinger Bill2017-03-191-15/+21
|
* Refactoring of code: remove `make` prefix on many proceduresGinger Bill2017-03-051-31/+31
|
* ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ↵Ginger Bill2017-02-261-3/+4
| | | | ~ on 64 bit constants; Fix integer casts from smaller to larger size
* oh boy, basic osx/unix supportzhiayang2017-02-021-0/+1
|
* Allow _ in floatsGinger Bill2017-01-291-14/+79
|
* Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.Ginger Bill2017-01-271-12/+39
|
* (Crude) Cyclic Type CheckingGinger Bill2016-12-041-1/+1
|
* Change entity collection strategyGinger Bill2016-12-031-0/+1
|
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-1/+1
| | | | This is similar to an #if in C but handled during the semantic checking stage.
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-18/+18
|
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+400