summaryrefslogtreecommitdiff
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-172-8/+6
| | | | | * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin
* Added help functionGravatar Jimmi Holst Christensen2018-11-152-26/+19
|
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-142-6/+6
|
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-142-0/+101
* Also added a ComptimeClap