You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 😭
The text was updated successfully, but these errors were encountered:
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. 😭
The text was updated successfully, but these errors were encountered: