goffrie / lalr

CFGs to LALR(1) parse tables
Other
10 stars 1 forks source link

Removed clippy warnings and applied rustfmt #4

Closed jsinger67 closed 6 months ago

jsinger67 commented 7 months ago

First, thanks a lot for this very useful crate. I currently evaluate it and hopefully I can use it in my parser generator project.

To this PR: I removed all clippy warnings. This entailed to factor out some complex types into type aliases. Please let me know if I should modify something.