sysml-v2-parser 0.18.0

SysML v2 textual notation parser for Rust
Documentation
1
2
3
4
5
6
package P {
  action def ExecutePatrol {
    bind status = ;
    action def Next;
  }
}