Closed EmirVildanov closed 10 months ago
[!IMPORTANT]
Auto Review Skipped
Auto reviews are limited to the following labels: pr. Please add one of these labels to enable auto reviews.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
thanks! there's a small formatting issue: https://github.com/pest-parser/pest/actions/runs/7459853275/job/20296935592?pr=964 otherwise it should be good to go
Yeah, thanks for noting. I've fixed it.
While exploring source code (mostly
parser_state.rs
) I've left some comments for better understanding of parsing process. I thought maybe they'll be useful for other contributors.