twilco / beancount

Rust tooling surrounding beancount, a text-based double-entry bookkeeping language.
59 stars 13 forks source link

Parse transactions (and all constructs that make up a transaction) #5

Closed twilco closed 5 years ago

twilco commented 5 years ago

We've started implementing parsing for transaction directives, but it is not complete. The parse should match up to the constructs we've defined, such as Transaction and Posting. Make changes to these structures if necessary. See the grammar for transactions in the original Beancount for a reference.