pub fn parse(source: &str) -> ParseResultExpand description
Parse a .cabal source string into a ParseResult containing the CST
and any diagnostics.
The returned CST preserves every byte of the input. Calling
CabalCst::render() on an unmodified CST produces byte-identical output.