Header menu logo fantomas

UnicodeLexing Module

Types

Type Description

Lexbuf

Functions and values

Function or value Description

FunctionAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, bufferFiller)

Full Usage: FunctionAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, bufferFiller)

Parameters:
    reportLibraryOnlyFeatures : bool
    langVersion : LanguageVersion
    strictIndentation : bool option
    bufferFiller : char[] * int * int -> int

Returns: Lexbuf
reportLibraryOnlyFeatures : bool
langVersion : LanguageVersion
strictIndentation : bool option
bufferFiller : char[] * int * int -> int
Returns: Lexbuf

SourceTextAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, sourceText)

Full Usage: SourceTextAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, sourceText)

Parameters:
Returns: Lexbuf
reportLibraryOnlyFeatures : bool
langVersion : LanguageVersion
strictIndentation : bool option
sourceText : ISourceText
Returns: Lexbuf

StreamReaderAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, reader)

Full Usage: StreamReaderAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, reader)

Parameters:
Returns: Lexbuf

Will not dispose of the stream reader.

reportLibraryOnlyFeatures : bool
langVersion : LanguageVersion
strictIndentation : bool option
reader : StreamReader
Returns: Lexbuf

StringAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, arg4)

Full Usage: StringAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, arg4)

Parameters:
    reportLibraryOnlyFeatures : bool
    langVersion : LanguageVersion
    strictIndentation : bool option
    arg3 : string

Returns: Lexbuf
reportLibraryOnlyFeatures : bool
langVersion : LanguageVersion
strictIndentation : bool option
arg3 : string
Returns: Lexbuf

Type something to start searching.