Skip to content

Commit

Permalink
Merge pull request #3 from sourceryinstitute/main
Browse files Browse the repository at this point in the history
Merge sourceryinstitute fork into berkeleylab fork
  • Loading branch information
rouson authored Jul 21, 2024
2 parents 659d347 + f668cbd commit ab24858
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ Julienne
========

Spun off from [Sourcery] and inspired by [Veggies], Julienne is a modern-Fortran unit-testing framework and utility for manipulating strings, including command lines and input/output format strings.
This repository's name derives from the term for vegetables sliced into thin strings: julienn vegetables.
This software repository captures the authors' most frequently used thin slice of the Veggies and Sourcery repositories while avoiding certain compiler limitations.
This repository's name derives from the term for vegetables sliced into thin strings: julienned vegetables.
This software repository captures the authors' most frequently used thin slice of the Veggies and Sourcery repositories while avoiding certain compiler limitations of the other two repositories.
Julienne achieves portability across compilers through minimalism and isolation.
Thus Julienne has no external dependencies and offers limited but widely useful capabilities.
A need for unit testing support drive the creation of Julienne.
The string-handling capabilities are included primarily because they support Julienne's unit-testing code.
The string-handling and command-line parsing capabilities are included primarily because they support Julienne's unit-testing code.

Examples
--------
Expand Down

0 comments on commit ab24858

Please sign in to comment.