summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-12-20Prepare for IOdefanor
DSV functions operate on individual lines now, unit type gets printed/parsed as nothing (handier for argument parsing to set '()' when there's none, and that's what it should be anyway).
2017-12-17Adjust a test namedefanor
2017-12-17Fix a typo in a test namedefanor
2017-12-17Add DSV supportdefanor
2017-12-16Add more instancesdefanor
2017-12-16Add more instancesdefanor
Numeric and date/time types.
2017-12-16Refactordefanor
- Unify the naming - Merge all the classes into one
2017-12-04Introduce the omitNamedOptions optiondefanor
It is nice to omit them, but may lead to ambiguity -- so better to provide a safer option.
2017-12-04Be more strict on record selector name parsingdefanor
Ambiguity is possible if the parser accepts those optionally, so it should accept them depending on the provided options.
2017-12-04Make record selectors for mandatory arguments optionaldefanor
2017-12-03Add more instancesdefanor
2017-12-03Refactordefanor
Add annotations, fix -Wall warnings, lint, etc.
2017-12-03Add testsdefanor