Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-02 | Let the ordering operators also work on strings | Eelco Dolstra | 1 | -0/+5 | |
E.g. ‘"foo" < "bar"’ now works. | |||||
2013-08-02 | Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’ | Eelco Dolstra | 1 | -0/+23 | |
2013-08-02 | Add integer ‘-’, ‘*’ and ‘/’ operators | Eelco Dolstra | 1 | -0/+6 | |
2013-08-02 | Add a unary integer negation operator | Eelco Dolstra | 1 | -1/+6 | |
This allows saying "-1" instead of "builtins.sub 0 1". | |||||
2013-08-02 | Overload the ‘+’ operator to support integer addition | Eelco Dolstra | 1 | -3/+3 | |
2006-09-24 | * lessThan primitive for integer comparison. | Eelco Dolstra | 1 | -1/+4 | |
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | 1 | -0/+18 | |
* Put common test functions in tests/lang/lib.nix. |