Skip to content
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

Support byte string patterns #12

Merged
merged 8 commits into from
Sep 17, 2023
Merged

Support byte string patterns #12

merged 8 commits into from
Sep 17, 2023

Conversation

vbkaisetsu
Copy link
Member

@vbkaisetsu vbkaisetsu commented Sep 17, 2023

This branch supports byte string patterns (b'foo' and [0, 1, 2]).

This implementation does not distinguish between strings and byte strings.
A strict distinction could be made, but I think there is no benefit in including such verification.

@vbkaisetsu vbkaisetsu marked this pull request as ready for review September 17, 2023 13:32
src/lib.rs Outdated Show resolved Hide resolved
@vbkaisetsu vbkaisetsu requested a review from odashi September 17, 2023 15:54
@vbkaisetsu vbkaisetsu enabled auto-merge (squash) September 17, 2023 22:09
@vbkaisetsu vbkaisetsu merged commit 5b4e52f into main Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants