-
Notifications
You must be signed in to change notification settings - Fork 26
Replace the regex parser with winnow-based parse #137
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
Replace the regex parser with winnow-based parse #137
Conversation
1fbb6ec
to
befe2ec
Compare
befe2ec
to
bd8b226
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it a lot! I've just reviewed your changes for now and I'll try to get a full review done soon. We could also just merge this and fix issues later as I think at least the structure is good.
bd8b226
to
398ed93
Compare
@tertsdiepraam Could I get some attention on this PR please? |
398ed93
to
333efc7
Compare
Thanks for reminding me! I'll put it on my todo list for tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tiny comments, but I think this should be merged soon! Well done!
333efc7
to
be56773
Compare
@tertsdiepraam Thanks for the review! All comments are addressed. |
be56773
to
bc6b70b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you! I'm so glad we finally got this to a mergeable state! |
Revamp of #86.