From 662d3f71cecf0d8a32e94564071bf9cfc27eae4d Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 15 Feb 2018 12:42:17 +0100 Subject: [PATCH] preprocessor submodule: README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..434d56ca --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +<a name="logo"/> +<div align="center"> +<a href="http://www.dynare.org/" target="_blank"> +<img src="http://www.dynare.org/img/dynare.png" alt="Dynare Logo"></img> +</a> +</div> + +# 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](https://github.com/DynareTeam/dynare) + +# 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](license.txt) for specifics. -- GitLab