The complete Beancount file content as a string
Optional parsing configuration
Options for configuring the parse function behavior.
OptionalskipBlanklines?: booleanIf true, blank lines in the input are skipped and not included in the result. If false, blank lines are preserved as Blankline entries. Defaults to true.
A ParseResult instance containing all parsed entries
This is the primary function you'll use from this library. It takes a Beancount file as a string and returns a structured ParseResult object containing all parsed entries.
Parses a complete Beancount file string into a ParseResult containing Entry objects.
This is the main entry point for parsing Beancount files. It handles: