Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Precise Unicode emoji parsing is too slow #3

Open
favonia opened this issue May 27, 2022 · 0 comments
Open

Precise Unicode emoji parsing is too slow #3

favonia opened this issue May 27, 2022 · 0 comments

Comments

@favonia
Copy link
Contributor

favonia commented May 27, 2022

Currently the parser precisely recognizes the usual ASCII stuff, all Unicode emojis, and a few Unicode symbols. The precise grammar for emojis is unfortunately too large for the Earley library we use---even a small program can take seconds to parse. It seems we have to give up the precise grammar for Unicode emojis. 😭

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant