Skip to content

Commit 0c938b9

Browse files
authored
feat(routines): check typed Rust declaration syntax (#95)
Add an in-memory syntax-only boundary for declaration requirements and supplied Modelica source bytes.
1 parent 8d2567c commit 0c938b9

7 files changed

Lines changed: 2068 additions & 3 deletions

File tree

tools/routine-compiler/Cargo.lock

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/routine-compiler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ num-rational = "0.4.2"
1111
rumoca-core = { git = "https://github.com/CogniPilot/rumoca.git", rev = "880ff2482dd83595425ead5963505d2100e083f1" }
1212
rumoca-ir-ast = { git = "https://github.com/CogniPilot/rumoca.git", rev = "880ff2482dd83595425ead5963505d2100e083f1" }
1313
rumoca-phase-parse = { git = "https://github.com/CogniPilot/rumoca.git", rev = "880ff2482dd83595425ead5963505d2100e083f1" }
14+
sha1 = "0.10.6"

0 commit comments

Comments
 (0)