1 2 3 4 5 6 7 8
|
Examples
========
Please see the following directories for examples of the listed Julienne uses:
* [Assertions](./assertions): runtime assertion checking using idioms that evaluate to `test_diagnosis_t` result objects,
* [Command-line parsing](./command-line-parsing): checking a command-line flag's presence and getting an associated value using the `command_line_t` type,
* [String operations](./strings): operating on strings using the `string_t` type and defined operations, and
* [Testing](../demo): a demonstration unit test suite using the `test_t` type.
|