Skip to content

qfyaml 0.1.0

Compare
Choose a tag to compare
@yantosca yantosca released this 23 Apr 14:23

qfyaml 0.2.1
23 Apr 2020
License

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.