Closed kylekrol closed 4 years ago
Closes #241.
There are now two factory functions to generate a PSim configuration available in C++ and Python:
Configuration make(std::string const &file); Configuration make(std::vector<std::string> const &files);
Error messages from the parser were improved as well to provide more information about the file and line a parsing error occurred on.
Unit tests were updated accordingly.
Closes #241.
Add Support for Configurations Parse from Multiple Files
There are now two factory functions to generate a PSim configuration available in C++ and Python:
Error messages from the parser were improved as well to provide more information about the file and line a parsing error occurred on.
Unit tests were updated accordingly.