lexmachine icon indicating copy to clipboard operation
lexmachine copied to clipboard

Stream scanning

Open timtadh opened this issue 6 years ago • 0 comments

This PR will add support for scanning a byte stream instead of needing to read in the entire file. Note, because of how lexical analysis lookahead works in rare cases you still might need to read in the whole file. However, this will help many common cases.

This is not finished.

timtadh avatar Mar 26 '18 23:03 timtadh