Skip to content

Treat dune.module files in dune.common

Dominic Kempf requested to merge feature/dune-module-parsing into master

Needed some honest programming after the cmake/sphinx/python/whatever depths of the day.

For dune-buildbot we need module structure parsing.

TODOs are:

  • Define a data structure for a Dune module
  • Write a pyparsing parser for dune.module files
  • Handle transitive requirement management
  • Add unit tests to the testing suite

This fixes #12 (closed)

Merge request reports