Goddard-Fortran-Ecosystem / yaFyaml

Yet Another Fortran YAML
Apache License 2.0
13 stars 8 forks source link

Additional overloads for get() #56

Open tclune opened 2 years ago

tclune commented 2 years ago

Currently YAML_Node has getters for scalars:

The Fortran use case for 2D arrays is common enough that it is probably worth adding an accessor for this.

Possibly add an interface to get non allocatable arrays. Would need a different method name though.

Possibly also add support to get() gFTL containers: