UnicodeLexing Module
Types
Type | Description |
|
Functions and values
Function or value |
Description
|
Full Usage:
FunctionAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, bufferFiller)
Parameters:
bool
langVersion : LanguageVersion
strictIndentation : bool option
bufferFiller : char[] * int * int -> int
Returns: Lexbuf
|
|
Full Usage:
SourceTextAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, sourceText)
Parameters:
bool
langVersion : LanguageVersion
strictIndentation : bool option
sourceText : ISourceText
Returns: Lexbuf
|
|
Full Usage:
StreamReaderAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, reader)
Parameters:
bool
langVersion : LanguageVersion
strictIndentation : bool option
reader : StreamReader
Returns: Lexbuf
|
Will not dispose of the stream reader.
|
Full Usage:
StringAsLexbuf (reportLibraryOnlyFeatures, langVersion, strictIndentation, arg4)
Parameters:
bool
langVersion : LanguageVersion
strictIndentation : bool option
arg3 : string
Returns: Lexbuf
|
|