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
It would be good for the scanner to be able to work over anything that implements Read from the standard library. This would allow for users of this crate to work with streams of js text instead of already captured information.
It would be good for the scanner to be able to work over anything that implements
Read
from the standard library. This would allow for users of this crate to work with streams of js text instead of already captured information.Cursor seems like a good fit for the Tokenizer.
There are a long list of pending questions about exactly what this would look like at this time.
The text was updated successfully, but these errors were encountered: