Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 1 | -3/+1 | |
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ | |||||
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 1 | -1/+1 | |
type() null() empty () identity() | |||||
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -0/+7 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. |