Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 723 Bytes

File metadata and controls

9 lines (8 loc) · 723 Bytes

Examples

Please see the following directories for examples of the listed Julienne uses:

  • Assertions: runtime assertion checking using idioms that evaluate to test_diagnosis_t result objects,
  • Command-line parsing: checking a command-line flag's presence and getting an associated value using the command_line_t type,
  • Printing in procedures: producing automatically-formatted or user-formatted text in pure procedures via the stop_and_print subroutine,
  • String operations: operating on strings using the string_t type and defined operations, and
  • Testing: a demonstration unit test suite using the test_t type.