Header menu logo F# Compiler Guide

FSharpLexer Type

Static members

Static member Description

FSharpLexer.Tokenize(text, tokenCallback, ?langVersion, ?strictIndentation, ?filePath, ?conditionalDefines, ?flags, ?pathMap, ?ct)

Full Usage: FSharpLexer.Tokenize(text, tokenCallback, ?langVersion, ?strictIndentation, ?filePath, ?conditionalDefines, ?flags, ?pathMap, ?ct)

Parameters:
text : ISourceText
tokenCallback : FSharpToken -> unit
?langVersion : string
?strictIndentation : bool
?filePath : string
?conditionalDefines : string list
?flags : FSharpLexerFlags
?pathMap : Map<string, string>
?ct : CancellationToken

Type something to start searching.