rumoca 0.3.0

A Modelica compiler with focus on Casadi, Sympy, JAX, and Collimator generation
1
2
3
4
5
6
7
use rerun_except::rerun_except;

fn main() {
    lalrpop::process_root().unwrap();
    rerun_except(&["templates/*.tera"]).unwrap();
    rerun_except(&["models/*.mo"]).unwrap();
}