syster-base 0.1.10-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
Documentation
1
2
3
4
5
6
use pest_derive::Parser;

#[derive(Parser)]
#[grammar = "parser/kerml_expressions.pest"]
#[grammar = "parser/kerml.pest"]
pub struct KerMLParser;