ought-spec 0.1.0

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::Config;
pub use graph::SpecGraph;
pub use parser::Parser;
pub use types::*;