beancount-parser-lima 0.16.2

A zero-copy parser for Beancount
Documentation
directives {
  date { year: 2013 month: 5 day: 18 }
  transaction {
    flag: "*"
    narration: "Test"
    postings {
      account: "Assets:Something"
      spec {
        units { number { exact: "15" } currency: "USD" }
      }
    }
    postings {
      account: "Assets:Something"
      spec {
        units { number { exact: "10.6" } currency: "USD" }
      }
    }
  }
}