Go to file
Sébastien Villemot 2d07186b8b
New model_options statement
The purpose of this statement is to specify the options that apply to the whole
model, when there are several “model” blocks, so as to restore the symmetry
between those blocks (since otherwise one “model” block would typically bear
the options, while the other ones would typically have no option).

It still remains possible to specify the options on one “model” block, or even
spread accross several ones.

Closes: #19
2021-12-15 12:20:14 +01:00
doc Macroprocessor slides: various improvements 2021-06-18 17:29:46 +02:00
m4 Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
scripts Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
src New model_options statement 2021-12-15 12:20:14 +01:00
.gitignore Rename preprocessor binary to dynare-preprocessor 2021-01-06 17:08:42 +01:00
.gitlab-ci.yml CI: bump Julia and Boost/Windows versions 2021-07-21 20:16:19 +02:00
COPYING Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Makefile.am Fix source tarball creation following removal of license.txt 2020-01-22 20:14:57 +01:00
README.md Updates to README 2021-01-06 16:09:35 +01:00
configure.ac Bump version number 2021-12-08 14:21:59 +01: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, Julia, or JSON output.

License

Most of the source files are covered by the GNU General Public Licence version 3 or later. There are some exceptions, see the respective file headers.