marshallward / f90nml

A Python module and command line tool for working with Fortran namelists
Apache License 2.0
136 stars 50 forks source link

Protected Namelist functions in Parser #66

Open marshallward opened 6 years ago

marshallward commented 6 years ago

The Parser class is using some nominally private functions of Namelist.

This is not a major issue, but it does show that our Namelist API is still not hugely mature and needs to be cleaned up to some extent.

marshallward commented 6 years ago

The parser rewrite in the newparser branch should resolve this issue when finished.