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

feat: Add unicode support and replace flex with reflex. #1143

Merged
merged 1 commit into from Apr 26, 2023
Merged

Conversation

romange
Copy link
Collaborator

@romange romange commented Apr 26, 2023

Also, add basic test with Parser.

Also, add basic test with Parser.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange romange requested a review from dranikpg April 26, 2023 12:01
Comment on lines +76 to +79
SetInput("почтальон Печкин");
NEXT_EQ(TOK_TERM, string, "почтальон");
NEXT_EQ(TOK_TERM, string, "Печкин");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@romange romange merged commit bf6ee50 into main Apr 26, 2023
6 checks passed
@romange romange deleted the Bison branch April 26, 2023 15:12
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.

None yet

2 participants