aboutsummaryrefslogtreecommitdiff
path: root/tests/function/call/test.out
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-9/+0
Note that multi-argument functions are not yet "callable" since there is no support for value packs.
2015-09-10Add support for chunking name parsingBoris Kolpackov1-0/+2
2015-09-09Add initial support for function calls: $func(a b c)Boris Kolpackov1-0/+7
Now it is just a stub that prints the function name and its argument. Currently only single argument can be passed (no value pack support yet).