syster-base 0.3.2-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// These tests used the old pest parser which has been replaced by rowan.
// See tests_parser_kerml_ast.rs and tests_parser_sysml_ast.rs for rowan-based tests.
// mod tests_constraint;  // pest parser tests
// mod tests_expression;  // pest parser tests
// mod tests_kerml;       // pest parser tests
// mod tests_kerml_stdlib;  // pest parser tests
mod tests_error_display;
mod tests_kerml_ast;
mod tests_stdlib_kerml;
mod tests_stdlib_sysml;
// mod tests_sysml;       // pest parser tests
// mod tests_usage_body;  // pest parser tests