Show HN: Grammar-to-marser - Input a PEG/Pest grammar and get a full rust parser
grammar-to-marser.arnedebo.com
Show HN: Grammar-to-marser - Input a PEG/Pest grammar and get a full rust parser
1–3 of 3 posts
Re: Show HN: Grammar-to-marser - Input a PEG/Pest grammar and get a full rust parser
#2Hi everyone!
I am the author of marser [1], a parser-combinator library for rust.
This tool can be used to see what the marser code of a certain grammar could look like, to help users explore how to use marser.
Feel free to ask me any questions or suggest improvements!
Re: Show HN: Grammar-to-marser - Input a PEG/Pest grammar and get a full rust parser
#3Hi everyone! I am the author of marser [1], a parser-combinator library for rust. This tool can be used to see what the marser code of a certain grammar could look like, to help users explore how to use marser. Feel free to ask me any questions or suggest improvements! [1] https://github.com/ArneCode/marser
for context, you can find a HN discussion about the library here: https://news.ycombinator.com/item?id=48475144