Header menu logo FsLexYacc

Lexer Module

Functions and values

Function or value Description

_fslex_dummy ()

Full Usage: _fslex_dummy ()

Parameters:
    () : unit

Returns: 'a
() : unit
Returns: 'a

_fslex_tables

Full Usage: _fslex_tables

Returns: UnicodeTables
Returns: UnicodeTables

actions

Full Usage: actions

Returns: uint16[]
Returns: uint16[]

code p buff lexbuf

Full Usage: code p buff lexbuf

Parameters:
Returns: token
p : Position
buff : StringBuilder
lexbuf : LexBuffer<char>
Returns: token

codestring buff lexbuf

Full Usage: codestring buff lexbuf

Parameters:
Returns: string
buff : StringBuilder
lexbuf : LexBuffer<char>
Returns: string

comment p lexbuf

Full Usage: comment p lexbuf

Parameters:
p : Position
lexbuf : LexBuffer<char>

digit d

Full Usage: digit d

Parameters:
    d : char

Returns: int32
d : char
Returns: int32

escape c

Full Usage: escape c

Parameters:
    c : char

Returns: char
c : char
Returns: char

hexdigit d

Full Usage: hexdigit d

Parameters:
    d : char

Returns: int32
d : char
Returns: int32

hexgraph c1 c2

Full Usage: hexgraph c1 c2

Parameters:
    c1 : char
    c2 : char

Returns: char
c1 : char
c2 : char
Returns: char

lexeme lexbuf

Full Usage: lexeme lexbuf

Parameters:
Returns: String
lexbuf : LexBuffer<char>
Returns: String

newline lexbuf

Full Usage: newline lexbuf

Parameters:
lexbuf : LexBuffer<'a>

string p buff lexbuf

Full Usage: string p buff lexbuf

Parameters:
Returns: token
p : Position
buff : StringBuilder
lexbuf : LexBuffer<char>
Returns: token

token lexbuf

Full Usage: token lexbuf

Parameters:
Returns: token
lexbuf : LexBuffer<char>
Returns: token

trans

Full Usage: trans

Returns: uint16[] array
Returns: uint16[] array

trigraph c1 c2 c3

Full Usage: trigraph c1 c2 c3

Parameters:
    c1 : char
    c2 : char
    c3 : char

Returns: char
c1 : char
c2 : char
c3 : char
Returns: char

unexpected_char lexbuf

Full Usage: unexpected_char lexbuf

Parameters:
Returns: 'a
lexbuf : LexBuffer<char>
Returns: 'a

unicodegraph_long s

Full Usage: unicodegraph_long s

Parameters:
    s : string

Returns: char option * char
s : string
Returns: char option * char

unicodegraph_short s

Full Usage: unicodegraph_short s

Parameters:
    s : string

Returns: char
s : string
Returns: char

Type something to start searching.