lexmachine
lexmachine copied to clipboard
Stream scanning
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.