FSharpLexer Type
Static members
Static member |
Description
|
Full Usage:
FSharpLexer.Tokenize(text, tokenCallback, ?langVersion, ?strictIndentation, ?filePath, ?conditionalDefines, ?flags, ?pathMap, ?ct)
Parameters:
ISourceText
tokenCallback : FSharpToken -> unit
?langVersion : string
?strictIndentation : bool
?filePath : string
?conditionalDefines : string list
?flags : FSharpLexerFlags
?pathMap : Map<string, string>
?ct : CancellationToken
|
|