Skip to main content

design_from_spec

Function design_from_spec 

Source
pub fn design_from_spec(spec: &str) -> Result<(Intersection, PhasePlan), String>
Expand description

Parse an English spec into an Intersection, then design its minimal plan.