Ubal
Plaintext accounting tool, written in uxn-tal, meant to work a bit like ledger.
CLI-based interface that generates reports, maybe a gui app that auto updates some configurable reports.
What's been done
Went on a parser generator detour and learned about LL(1) grammars.
Tested the parser on some test files and it successfully identified the relevant parts. Haven't implemented any report features yet.
What's next
Make the parser code more readable.
Implement a balance report.