-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate a web version of pest_debugger
#14
Comments
I'm new to pest, but I'd like to have a look at this and help out! Could you describe a bit more what the desired end result is? I saw https://pest.rs/#editor, which closely matches what I thought you meant with "regex101 for pest". |
@alexkeizer have you tried the command line version of the pest debugger? |
I just tried it a bit, but most of all I just noticed that regex101 has an actual step-by-step debugger going on (I only knew it for the match highlighting), so now the reference makes a lot more sense. So, more specifically, you're looking for something like https://regex101.com/debugger for pest, correct? |
Yes, perhaps one more potential way could be tracing in a collapsable HTML tree like in this tool: |
this may be perhaps useful: https://tabatkins.github.io/railroad-diagrams/ |
The pest_debugger core functionality has been extracted to a standalone crate that could be used in frontends other than a command line. It will be cool to have something like regex101 for pest.
The text was updated successfully, but these errors were encountered: