pub fn parse_via_cst(source: &str) -> ParseResultExpand description
Parse Beancount source via the CST and produce the AST-shaped
ParseResult. This is the implementation behind
crate::parse; the public entry delegates here unconditionally.
See the module-level rustdoc for the conversion scope.