xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Support non-Ledger compatible syntax #144

Open xkikeg opened 2 months ago

xkikeg commented 2 months ago

In overall we want to maintain compatible syntax, some syntax is purely weird.

For example, #143 shows Lot price can't be an expression, this is unreasonable.

If we have a flag to control parser behavior, we can introduce expanded syntax. In that case we should have a way to emit compatible repl as well.