What's everyone working on this week (46/2022)?

New week, new Rust! What are you folks up to?

If there's time, I'll try to dust off this old PR to add a pest grammar debugger: Added initial debugger implementation. by dragostis · Pull Request #277 · pest-parser/pest · GitHub
My plan is to extract most of its functionality to a lib crate that could then be used in a CLI debugger as well as potentially in external editor plugins or e.g. in the website fiddle editor.
I'd also want to explore if the newly stabilised std::backtrace functionality could be useful here.

If anyone has any ideas for it or would like to try it (or help to review my PR) when it's ready, please feel free to let me know.

I just wrote a blog post that I hope others will find useful Writing a CLI in Rust | Ofek Lev

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.