Logo FsLexYacc

Regexp Type

Union cases

Union case Description

Alt Parser<Regexp list>

Full Usage: Alt Parser<Regexp list>

Parameters:

Inp Input

Full Usage: Inp Input

Parameters:
Item : Input

Macro Ident

Full Usage: Macro Ident

Parameters:
Item : Ident

Seq Regexp list

Full Usage: Seq Regexp list

Parameters:
Item : Regexp list

Star Regexp

Full Usage: Star Regexp

Parameters:
Item : Regexp

Instance members

Instance member Description

this.IsAlt

Full Usage: this.IsAlt

Returns: bool
Returns: bool

this.IsInp

Full Usage: this.IsInp

Returns: bool
Returns: bool

this.IsMacro

Full Usage: this.IsMacro

Returns: bool
Returns: bool

this.IsSeq

Full Usage: this.IsSeq

Returns: bool
Returns: bool

this.IsStar

Full Usage: this.IsStar

Returns: bool
Returns: bool

Type something to start searching.