aboutsummaryrefslogtreecommitdiff
path: root/tests/function/call
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov3-29/+0
Note that multi-argument functions are not yet "callable" since there is no support for value packs.
2016-06-18Port to MinGWKaren Arutyunov1-1/+1
2016-04-02Add attribute syntax infrastructureBoris Kolpackov1-1/+1
2015-09-10Add support for chunking name parsingBoris Kolpackov2-0/+4
2015-09-09Add initial support for function calls: $func(a b c)Boris Kolpackov3-0/+25
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).