beancount-parser-lima 0.16.3

A zero-copy parser for Beancount
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
directives {
  date { year: 2015 month: 6 day: 7 }
  tags: "stack-em-up"
  transaction {
    flag: "*"
    narration: "Something"
    postings {
      account: "Assets:Something"
      spec { units { number { exact: "1" } currency: "USD" } }
    }
    postings {
      account: "Assets:Something"
      spec { units { number { exact: "-1" } currency: "USD" } }
    }
  }
}