aboutsummaryrefslogtreecommitdiff
path: root/src/type.h
AgeCommit message (Expand)Author
2015-02-22Improved `simulate` function of the Turing machine exampleAdrian Kummerlaender
2015-02-18Changed `ListIndex` to return false if no index is foundAdrian Kummerlaender
2015-02-14Introduced `Eval` function evaluation helperAdrian Kummerlaender
2015-02-12Implemented `Cond` conditionalAdrian Kummerlaender
2015-02-12Added `Is` prefix to `EqualValue` and `EqualType`Adrian Kummerlaender
2015-01-29Added `ListOfType` list constructor aliasAdrian Kummerlaender
2015-01-24Added `Modulo` math operatorAdrian Kummerlaender
2015-01-19Added type and value equality test caseAdrian Kummerlaender
2015-01-17Implemented `Length` functionAdrian Kummerlaender
2015-01-15Completed basic math operators and fixed their result typeAdrian Kummerlaender
2015-01-15Added basic value type alias and math operationsAdrian Kummerlaender