Go to file
Sébastien Villemot bad0c3cf27
Fix preprocessor failure to rename +<model> directory if /tmp is not on the same filesystem
Bug introduced in 0c755460, that manifested on the Gitlab runners.
2019-09-11 17:03:37 +02:00
doc macro processor: support @#echomacrovars with symbol_list 2019-08-26 18:12:04 +02:00
m4 Use std::filesystem instead of boost::filesystem 2019-09-11 14:47:48 +02:00
src Fix preprocessor failure to rename +<model> directory if /tmp is not on the same filesystem 2019-09-11 17:03:37 +02:00
.gitignore macro processor 2.0 2019-06-21 16:45:17 +02:00
.gitlab-ci.yml CI: put the build job in the build stage 2018-09-11 21:00:54 +02: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 Fix URLs for new Dynare website 2019-04-16 15:41:04 +02:00
configure.ac Use std::filesystem instead of boost::filesystem 2019-09-11 14:47:48 +02:00
license.txt Enforce C++17 at the compiler level 2019-09-11 14:47:48 +02:00

README.md

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.