rumoca 0.7.28

Modelica compiler written in RUST
Documentation
1
2
3
4
5
model Integrator
  Real x;
equation
  der(x) = 1;
end Integrator;