Logo FsLexYacc

token Type

Union cases

Union case Description

AND

Full Usage: AND

BAR

Full Usage: BAR

CHAR char

Full Usage: CHAR char

Parameters:
Item : char

CODE Code

Full Usage: CODE Code

Parameters:
Item : Code

COLON

Full Usage: COLON

DASH

Full Usage: DASH

DOT

Full Usage: DOT

EOF

Full Usage: EOF

EQUALS

Full Usage: EQUALS

HAT

Full Usage: HAT

IDENT string

Full Usage: IDENT string

Parameters:
Item : string

LBRACK

Full Usage: LBRACK

LET

Full Usage: LET

LPAREN

Full Usage: LPAREN

PARSE

Full Usage: PARSE

PLUS

Full Usage: PLUS

QMARK

Full Usage: QMARK

RBRACK

Full Usage: RBRACK

RPAREN

Full Usage: RPAREN

RULE

Full Usage: RULE

STAR

Full Usage: STAR

STRING string

Full Usage: STRING string

Parameters:
Item : string

UNDERSCORE

Full Usage: UNDERSCORE

UNICODE_CATEGORY string

Full Usage: UNICODE_CATEGORY string

Parameters:
Item : string

Instance members

Instance member Description

this.IsAND

Full Usage: this.IsAND

Returns: bool
Returns: bool

this.IsBAR

Full Usage: this.IsBAR

Returns: bool
Returns: bool

this.IsCHAR

Full Usage: this.IsCHAR

Returns: bool
Returns: bool

this.IsCODE

Full Usage: this.IsCODE

Returns: bool
Returns: bool

this.IsCOLON

Full Usage: this.IsCOLON

Returns: bool
Returns: bool

this.IsDASH

Full Usage: this.IsDASH

Returns: bool
Returns: bool

this.IsDOT

Full Usage: this.IsDOT

Returns: bool
Returns: bool

this.IsEOF

Full Usage: this.IsEOF

Returns: bool
Returns: bool

this.IsEQUALS

Full Usage: this.IsEQUALS

Returns: bool
Returns: bool

this.IsHAT

Full Usage: this.IsHAT

Returns: bool
Returns: bool

this.IsIDENT

Full Usage: this.IsIDENT

Returns: bool
Returns: bool

this.IsLBRACK

Full Usage: this.IsLBRACK

Returns: bool
Returns: bool

this.IsLET

Full Usage: this.IsLET

Returns: bool
Returns: bool

this.IsLPAREN

Full Usage: this.IsLPAREN

Returns: bool
Returns: bool

this.IsPARSE

Full Usage: this.IsPARSE

Returns: bool
Returns: bool

this.IsPLUS

Full Usage: this.IsPLUS

Returns: bool
Returns: bool

this.IsQMARK

Full Usage: this.IsQMARK

Returns: bool
Returns: bool

this.IsRBRACK

Full Usage: this.IsRBRACK

Returns: bool
Returns: bool

this.IsRPAREN

Full Usage: this.IsRPAREN

Returns: bool
Returns: bool

this.IsRULE

Full Usage: this.IsRULE

Returns: bool
Returns: bool

this.IsSTAR

Full Usage: this.IsSTAR

Returns: bool
Returns: bool

this.IsSTRING

Full Usage: this.IsSTRING

Returns: bool
Returns: bool

this.IsUNDERSCORE

Full Usage: this.IsUNDERSCORE

Returns: bool
Returns: bool

this.IsUNICODE_CATEGORY

Full Usage: this.IsUNICODE_CATEGORY

Returns: bool
Returns: bool

Type something to start searching.