beancount-parser-lima 0.16.2

A zero-copy parser for Beancount
Documentation
1
2
3
4
5
6
7
8
# ANOMALY: Lima parser has no trouble with final indented comment line
directives {
  date { year: 2013 month: 7 day: 11 }
  note {
    account: "Assets:Cash"
    comment: "test"
  }
}