File: README.md

package info (click to toggle)
fortran-julienne 3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 828 kB
  • sloc: f90: 5,043; makefile: 22; ansic: 14
file content (8 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
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.