Age | Commit message (Expand) | Author |
---|---|---|
2015-02-14 | Introduced `Eval` function evaluation helper | Adrian Kummerlaender |
2015-02-12 | Implemented `Cond` conditional | Adrian Kummerlaender |
2015-02-12 | Added `Is` prefix to `EqualValue` and `EqualType` | Adrian Kummerlaender |
2015-01-29 | Added `ListOfType` list constructor alias | Adrian Kummerlaender |
2015-01-24 | Added `Modulo` math operator | Adrian Kummerlaender |
2015-01-19 | Added type and value equality test case | Adrian Kummerlaender |
2015-01-17 | Implemented `Length` function | Adrian Kummerlaender |
2015-01-15 | Completed basic math operators and fixed their result type | Adrian Kummerlaender |
2015-01-15 | Added basic value type alias and math operations | Adrian Kummerlaender |