rumoca 0.7.28

Modelica compiler written in RUST
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! MLS Chapter 11: Statements and Algorithm Sections
//!
//! This module tests conformance to MLS 3.7-dev Chapter 11, which defines:
//! - §11.1 Algorithm Sections
//! - §11.2 Statements (assignment, if, for, while, when, break, return, assert)
//!
//! Reference: https://specification.modelica.org/master/statements-and-algorithm-sections.html

pub mod examples;
pub mod section_11_1;
pub mod section_11_2;
pub mod section_11_detailed;
pub mod section_11_high_priority;