aboutsummaryrefslogtreecommitdiff
path: root/tests/function
AgeCommit message (Collapse)AuthorFilesLines
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).