datalust / superpower

A C# parser construction toolkit with high-quality error reporting
Apache License 2.0
1.05k stars 98 forks source link

Thank you for writing superpower #139

Closed djluck closed 2 years ago

djluck commented 2 years ago

I just wanted to drop a message to firstly thank you for this project- it really does live up to it's name and it's been a fascinating introduction to parser combinators.

Secondly, I've been working on a parser for the PromQL language (https://github.com/djluck/PromQL.Parser) if you wanted another example to list in the README.

Cheers!

nblumhardt commented 2 years ago

Done! Thanks for the heads-up, James 👍

Glad you've been enjoying Superpower; parser combinators are still one of my absolute favorite tools, too 😄