rumoca 0.2.0

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

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