Parser Module
Types
Type | Description |
|
|
|
|
|
Functions and values
Function or value | Description |
Full Usage:
AddImport im (imL, pkg)
Parameters:
'a
imL : 'a list
pkg : 'b
Returns: 'a list * 'b
|
|
|
|
|
|
Full Usage:
ParseFloat s
Parameters:
string
Returns: float
|
|
Full Usage:
ParsedLineNo
Returns: int
|
|
|
|
|
|
|
|
Full Usage:
_fsyacc_actionTableElements
Returns: uint16[]
|
|
Full Usage:
_fsyacc_actionTableRowOffsets
Returns: uint16[]
|
|
Full Usage:
_fsyacc_action_rows
Returns: int
|
|
|
|
Full Usage:
_fsyacc_endOfInputTag
Returns: int
|
|
Full Usage:
_fsyacc_gotos
Returns: uint16[]
|
|
Full Usage:
_fsyacc_immediateActions
Returns: uint16[]
|
|
Full Usage:
_fsyacc_productionToNonTerminalTable
Returns: uint16[]
|
|
Full Usage:
_fsyacc_reductionSymbolCounts
Returns: uint16[]
|
|
|
|
Full Usage:
_fsyacc_sparseGotoTableRowOffsets
Returns: uint16[]
|
|
Full Usage:
_fsyacc_stateToProdIdxsTableElements
Returns: uint16[]
|
|
Full Usage:
_fsyacc_stateToProdIdxsTableRowOffsets
Returns: uint16[]
|
|
Full Usage:
_fsyacc_tagOfErrorTerminal
Returns: int
|
|
|
|
|
This function maps production indexes returned in syntax errors to strings representing the non terminal that would be produced by that production
|
|
|
|
|
|
|