RESS
RESS copied to clipboard
Add support for `impl Read`
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.