Skip to main content

parse_spec

Function parse_spec 

Source
pub fn parse_spec(src: &str) -> Result<Spec, SpecError>
Expand description

Parse a spec.

Recursive descent over tokens, not splitting on punctuation — see crate::lex for why that distinction is load-bearing rather than stylistic.