[This is preliminary documentation and is subject to change.]
Describes general lexer interface.
Lexers turn string source input which is obtained via ISourceText implementation (i.e. FileSource,WebSource...)
into tokenized stream. Some lexer implementations may support lazy analysis, that is - source text analysis which is done
in chunks when lexer is iterated over, others may lex the whole source text at once
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also