ought-spec 0.2.1

Parser and clause IR for the .ought.md spec format
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod graph;
pub mod parser;
pub mod types;

pub use config::SpecsConfig;
pub use graph::SpecGraph;
pub use parser::{OughtMdParser, Parser};
pub use types::*;