package lrgrep

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Info.NonterminalSource

include INDEXED with type 'g n = 'g nonterminal
Sourcetype 'g n = 'g nonterminal
Sourceval cardinal : 'g grammar -> 'g n Fix.Indexing.cardinal
Sourceval of_int : 'g grammar -> int -> 'g n Fix.Indexing.index
Sourceval to_string : 'g grammar -> 'g n Fix.Indexing.index -> string
Sourceval kind : 'g grammar -> 'g n Fix.Indexing.index -> [ `REGULAR | `START ]
Sourceval semantic_value : 'g grammar -> 'g n Fix.Indexing.index -> string option
Sourceval nullable : 'g grammar -> 'g n Fix.Indexing.index -> bool
Sourceval find : 'g grammar -> ?approx:int -> string -> ('g n Fix.Indexing.index, [ `Mangled of 'g n Fix.Indexing.index | `Dym of (int * string * 'g n Fix.Indexing.index) list ]) Stdlib.result