Skip to content

OpenModelica/CRML

 
 

Repository files navigation

crml compiler

A POC compiler from CRML to Modelica. For questions contact lena.buffoni at liu.com

Download it via github actions

Go to: Makefile CI then click on the last green action and download the artifact.

Unzip it to some place and run:

java -jar crml-compiler-all.jar --help

To see all the help flags and configurations

To run the test suite:

java -jar crml-compiler-all.jar --testsuite

A directory generated/ will be created and for each crml test in the directory above a Modelica file will be created in the generated/ directory.

Build

You can use gradle to build the project from scratch.

VSCode plugin

project repoisotry

CRML specification

The documentation for CRML can be found HERE

About

Implementation of the CRML to Modelica compiler supported by the ITEA3 EMBRACE project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Modelica 92.9%
  • Java 6.6%
  • Other 0.5%