Go to file
Sébastien Villemot b2e9ec205e
No longer use reserved identifiers for include guards
Automatically detected using clang-tidy with bugprone-reserved-identifier
check.

By the way, homogeneize the define identifiers in relation to camel case
convention.
2023-12-01 15:39:01 +01:00
doc preprocessor.tex: add slides on verbatim block and command line options 2023-11-15 10:25:12 +01:00
scripts CI: add job for Homebrew / arm64 2023-10-11 15:43:54 +02:00
src No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
.clang-format clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 15:28:43 +01:00
.gitignore Drop autoconf/automake build system 2023-09-20 15:26:32 +02:00
.gitlab-ci.yml CI: add job that checks formatting with clang-format 2023-11-30 16:37:35 +01:00
COPYING Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
README.md Updates to README 2021-01-06 16:09:35 +01:00
meson.build Add clang-format config file for formatting C++ code 2023-11-21 12:44:44 +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.