aboutsummaryrefslogtreecommitdiff
path: root/tests/function/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23Implement few builtin functions that can operate on any valueBoris Kolpackov1-1/+1
type() null() empty () identity()
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-0/+7
Note that multi-argument functions are not yet "callable" since there is no support for value packs.