RESS icon indicating copy to clipboard operation
RESS copied to clipboard

Add support for `impl Read`

Open FreeMasen opened this issue 5 years ago • 0 comments

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.

FreeMasen avatar Jul 17 '19 20:07 FreeMasen