/** * A "magic" number assigned to a reduce node's length * value to indicate that it is to use the symbol accumulator * to determine how many symbols are to removed from the * parse stack when the reduce function is called. */ export declare const ir_reduce_numeric_len_id = 2432303362; export declare const end_item_addendum: number; export declare const OutOfScopeItemState = -9999; export declare const InScopeItemState = 9999; export declare const LocalState = 0; export declare const GlobalState = -1; export declare const default_case_indicator = 9009; /** * */ export declare const skipped_scan_prod = 9009; export declare const state_index_mask: number; export declare const fail_state_mask: number; export declare const normal_state_mask: number; export declare const goto_state_mask: number; export declare const alpha_increment_stack_pointer_mask: number; export declare const alpha_have_default_action_mask: number; export declare const production_scope_pop_pointer = 2; export declare const instruction_pointer_mask = 16777215;