Oh, ok, what about valid C function calls like:
``` fun("abc def", fun2(para1, para2), 15); ```
or valid C++ function calls like:
```C++ setter("root(//what.ever/)", "//what.ever/", &pl::Path::root, [this](){ bool newfail = getter("scheme()", "ftp:", &pl::Path::scheme, true); newfail |= getter("root()", "//what.ever/", &pl::Path::root, true); newfail |= indexer("segement(0,1)", "dir1", &pl::Path::segment, 0, 1, true); return newfail; }); ```