jcornaz / beancount-parser

A beancount file parser library for rust
The Unlicense
21 stars 7 forks source link

Error description (context & unexpected token) #41

Open jcornaz opened 1 year ago

jcornaz commented 1 year ago

The error currently only contains the line number.

It could be more helpful by explaining what was the context (e.g. directive type being parsed), what was expected (e.g. An account) and what was encountered instead.