Go to file
Sébastien Villemot 41d7496b46 Fix bug in wrapper functions (*_{dynamic,static}_resid_g1{,_g2,_g2_g3}.m)
The last argument (T_flag) was missing in the function definitions (but it was
used in some function calls).
2018-05-23 17:34:00 +02:00
doc build system: integrate documentation 2018-02-19 15:06:10 +01:00
m4 build system: integrate documentation 2018-02-19 15:06:10 +01:00
src Fix bug in wrapper functions (*_{dynamic,static}_resid_g1{,_g2,_g2_g3}.m) 2018-05-23 17:34:00 +02:00
.gitignore Revert "Updated .gitignore file." 2018-03-19 17:02:49 +01:00
.travis.yml Travis-ci: Do not download unecessary data from Github and only build the master branch. 2018-02-20 23:21:16 +01:00
COPYING preprocessor submodule: license files 2018-02-15 11:23:47 +01:00
Makefile.am build system: integrate documentation 2018-02-19 15:06:10 +01:00
README.md Added Travis-ci status badge. 2018-02-20 23:31:48 +01:00
configure.ac Revert "Enforce C++ 2003 standard (with GNU extensions), to silence deprecation warnings" 2018-05-15 16:09:07 +02:00
license.txt Update my email 2018-05-16 10:23:09 +02:00

README.md

Build Status

Dynare Preprocessor

The Dynare Preprocessor defines the Dynare model language. It takes in a .mod file, computes the derivatives of the model represented therein, and produces Matlab/Octave, C, Julia, or JSON output.

There is more to come here. For the moment, see the Dynare repository

License

Most of the source files are covered by the GNU General Public Licence version 3 or later. There are some exceptions. See license.txt for specifics.