You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just taken a quick look at #5, for some reason it's not compiling at the moment. It looks ok, but I have no experience with lalrpop and really don't like the 2000+ line generated file being committed to the repository.
I'm currently thinking of redoing this from scratch using a nom based parser (because I'm somewhat familiar with nom), it's a very simple language to parse so I don't think losing out on the existing parser work is very bad.
For my reference, here's a couple of projects used by other package managers that will likely be useful sources of test data:
It would be really awesome if there would be API after crate parsed license, so it could be hooked to some tools (e.g. in rust2rpm in my case).
The text was updated successfully, but these errors were encountered: