The lexer scans the entire file and all the imported files it references.
Fetch the file where a lexeme is.
Fetch the entire line where a lexeme is.
Start scanning the root file and all its dependencies.
Scan a " delimited string.
Generated tokens.
See Implementation
The lexer scans the entire file and all the imported files it references.