qfyaml 0.1.0
This is the initial release of the Quick Fortran YAML parser code. This code has mostly been developed as a core-Fortran parser for GEOS-Chem.
Features supported:
- Simple variable definition (e.g.
name: Fred
) - Block mapping (e.g.
array: [1.0, 2.0]
) - Flow mapping (e.g.
array: {1.0, 2.0}
) - YAML anchors
Features not yet supported:
- YAML sequences
- Nested mappings
We hope to add extra functionality as time allows.