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
This will perform a linear scan to find a match anywhere, before checking if that match is at index 0. It should probably just take whatever the length of the desired token is and check for eq.
The text was updated successfully, but these errors were encountered:
purescript-parsing/src/Text/Parsing/Parser/String.purs
Lines 40 to 50 in f8dae05
This will perform a linear scan to find a match anywhere, before checking if that match is at index 0. It should probably just take whatever the length of the desired token is and check for
eq
.The text was updated successfully, but these errors were encountered: