Age | Commit message (Expand) | Author |
---|---|---|
2015-01-16 | Implemented recursive `Concatenate` _Cons_ constructor | Adrian Kummerlaender |
2015-01-16 | Implemented basic `Cons` value type and `List` constructor | Adrian Kummerlaender |
2015-01-16 | Capitalized math operations to fit naming scheme | Adrian Kummerlaender |
2015-01-16 | Implemented `tav::If` as `std::conditional` wrapper | Adrian Kummerlaender |
2015-01-16 | Redefined function template structs as template aliases | Adrian Kummerlaender |
2015-01-15 | Extracted basic math operations into separate header | Adrian Kummerlaender |
2015-01-15 | Removed unnecessary restrictions of the standard operator rules | 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 |