Expand description
okane-core crate is the library to support okane CLI tool functionality, withreusable components.
Modulesยง
- format
- format functionalities of Ledger format files.
- load
- Contains the functions to load Ledger file,
with recursively resolving the
include
directives. - parse
- Defines parser for the Ledger format. Currently only the parser for the entire file format is provieded as public.
- report
- eval module contains functions for Ledger file evaluation.
- syntax
- Provides Ledger file format syntax representation.