-
Notifications
You must be signed in to change notification settings - Fork 23
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
base: main
Are you sure you want to change the base?
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.
"1997-01-01 00:00:00.000000000 1 year", | ||
"Wed Jan 1 00:00:00 1997 1 year", | ||
"1997-01-01T00:00:00 1 year", | ||
"1997-01-01 00:00:00 1 year", | ||
"1997-01-01 00:00 1 year", |
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.
Should the formats that were here not be supported? Should we test for both?
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.
Those formats render as invalid dates in GNU date, so I removed them.
bd8b226
to
398ed93
Compare
Revamp of #86.