We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This string throws
BoundsError: attempt to access SubString{String} at index [0]
when tokenizing
"ὁ μὲν δή ὀβελὸς παρατίθεται πῥὸς ἀταίτησϊν ."
The text was updated successfully, but these errors were encountered:
Happens when final punctuation separated by ws from previous lexical token; when ws is gone, no problems.
This fails:
but this works
"ὁ μὲν δή ὀβελὸς παρατίθεται πῥὸς ἀταίτησϊν."
Sorry, something went wrong.
fixed.
No branches or pull requests
This string throws
when tokenizing
"ὁ μὲν δή ὀβελὸς παρατίθεται πῥὸς ἀταίτησϊν ."
The text was updated successfully, but these errors were encountered: