feat(readme): add Wordle result parser to list

This commit is contained in:
Carter 2022-03-30 12:24:43 -06:00 committed by Geoffroy Couprie
parent eb148c1c90
commit 1a686f5180

View File

@ -315,7 +315,8 @@ Here is a (non exhaustive) list of known projects using nom:
[Telcordia/Bellcore SR-4731 SOR OTDR files](https://github.com/JamesHarrison/otdrs),
[MySQL binary log](https://github.com/PrivateRookie/boxercrab),
[URI](https://github.com/Skasselbard/nom-uri),
[Furigana](https://github.com/sachaarbonel/furigana.rs)
[Furigana](https://github.com/sachaarbonel/furigana.rs),
[Wordle Result](https://github.com/Fyko/wordle-stats/tree/main/parser)
Want to create a new parser using `nom`? A list of not yet implemented formats is available [here](https://github.com/Geal/nom/issues/14).