beancount-parser-lima 0.16.2

A zero-copy parser for Beancount
Documentation
directives {
  date { year: 2013 month: 5 day: 18 }
  meta {
    kv { key: "test" value { text: "Bananas" } }
  }
  transaction {
    flag: "*"
    postings {
      meta {
        kv { key: "test" value { text: "Mangos" } }
      }
      account: "Assets:Investments"
      spec { units { number { exact: "100" } currency: "USD" } }
    }
    postings {
      account: "Income:Investments"
      spec { units { number { exact: "-100" } currency: "USD" } }
    }
  }
}
errors {
  message: "duplicate key test"
}
errors {
  message: "duplicate key test"
}
errors {
  message: "duplicate key test"
}