Skip to main content

parse_via_cst

Function parse_via_cst 

Source
pub fn parse_via_cst(source: &str) -> ParseResult
Expand 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.