typst / hayagriva

Rusty bibliography management.
Apache License 2.0
289 stars 44 forks source link

check for valid hayagriva #134

Open wuyoli opened 5 months ago

wuyoli commented 5 months ago

i would like to automatically check if a file is valid hayagriva. (preferably with helpful error messages if not.) Is this currently supported or planned?

DerDrodt commented 5 months ago

You are asking for a check command or something along those lines? As far as I now, there is no work on that at the moment. But it is a good idea.

wuyoli commented 5 months ago

yes, a check command would be pretty much exactly what I was thinking off. From what i understand this should be relatively easy? (just return error code when parsing was unsuccessful?) the error messages would likely be more work though.