[Home] Type Microsoft.FSharp.Primitives.ParserState.tables


Full Type Signature

type ('tok,'pos) tables = {reductions: ('pos Provider -> obj) array;
                           end_of_input_tag: int;
                           tagof: 'tok -> int;
                           dataof: 'tok -> obj;
                           action_table_elements: byte [];
                           action_table_row_offsets: byte [];
                           reduction_nsyms: byte [];
                           immediate_action: byte [];
                           gotos: byte [];
                           gotos_row_offsets: byte [];
                           nonterms: byte [];
                           parse_error: string -> unit;
                           tagof_error_term: int;}

See Also

Microsoft.FSharp.Primitives.ParserState


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1