Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brennanxyz/modelica-rs

An ANTLR implementation to interact with the Modelica Standard Library using Rust.
https://github.com/brennanxyz/modelica-rs

antlr modelica rust

Last synced: 16 days ago
JSON representation

An ANTLR implementation to interact with the Modelica Standard Library using Rust.

Awesome Lists containing this project

README

        

# modelica-rs

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

This package uses [rrevenantt](https://github.com/rrevenantt)'s [antlr_rust](https://crates.io/crates/antlr-rust) framework to create an ANTLR-ized Modelica parser in Rust.

### TODO
- [ ] Declare basic Modelica elements as Rust `struct`s and `enum`s
- [ ] Connect the ANTLR-created tokens to the Rust `struct`s and `enum`s