modelica-rs 0.1.5

A Rust wrapper for the Modelica standard library. An implementation of rrevenantt's antlr_rust.
Documentation

modelica-rs

A library to interact with the Modelica Standard Library using Rust.

This package uses rrevenantt's antlr_rust framework to create an ANTLR-ized Modelica parser in Rust.

TODO

  • Declare basic Modelica elements as Rust structs and enums
  • Connect the ANTLR-created tokens to the Rust structs and enums