"

EasyML

\n
\nAuthor: Edward Vigmond edward.vigmond@u-bordeaux.fr\n\ <h2 id=\"EasyML\">EasyML\n<h2 id=\"basics\">Basics\n

EasyML was designed\ \ to be compatible with C, and C++, and elementary Matlab. You should be able to\ \ copy paste equations from these languages and use them more or less as-is in the\ \ modeling language. This language is simply a way to describe and markup equations.\ \ This language is NOT Turing complete. There is no way to make arrays (but see\ \ <a href=\"#arrays\">Arrays), no for loops, no while loops, no functions, and\ \ no flow of control. We maybe could add functions later, but they aren't implemented\ \ currently. There are no #ifdefs

\n

C syntax conventions are followed when\ \ appropriate. Operator precedence follows C. Every statement ends with ';'. C and\ \ C++ comments are allowed.

\n<h3 id=\"getting-started\">Getting started\n\

To run the translator on a model, simply run :

04_limpet_fe 10_fromCellML