syster-base 0.1.11-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
Documentation
1
2
3
4
5
6
7
8
pub mod core;
pub mod parser;
pub mod project;
pub mod semantic;
pub mod syntax;

// Re-export commonly needed items
pub use parser::keywords;