Update DynarePython authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -11,11 +11,13 @@ The general goal of the project is to create a Python package that can
### Add Python output to the Dynare Preprocessor
Either
Either:
- as `*.py` files
- by interpreting the bytecode output
Proposed changes to the preprocessor should follow our [[CodingGuidelines]], both the general rules and the C++-specific rules (see the dedicated C++ section on that page).
#### `*.py` files
- The Dynare preprocessor has a generic infrastructure for handling different output languages. Currently, it supports MATLAB/Octave, C and Julia. The idea is thus to add Python as a 4th output language, leveraging the existing infrastructure.
......
......