Skip to content

Plain text double-entry accounting. A Rust rewrite of ledger.

License

Notifications You must be signed in to change notification settings

rikchilvers/rledger

Repository files navigation

rledger

Much like zledger and gledger, the goal of rledger was to rewrite ledger in a language I was interested in while adding YNAB-style envelope budgeting.

The first version of rledger used nom, a parser combinator library. On paper, it seemed like this would make the process of writing a parser for the ledger file format but it turned out to be more challenging than I expected. In the end, I rewrote the parser to be more like gledger's which reads a ledger file line by line and treats the first character of each as a hint as to how to parse it.

About

Plain text double-entry accounting. A Rust rewrite of ledger.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages