aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egrammar.mli
blob: 47e477fc5cf94036c50352e1c18fc6d09af3cd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

(*i $Id$ i*)

(*i*)
open Coqast
open Ast
open Pcoq
open Extend
(*i*)

type frozen_t

val freeze : unit -> frozen_t
val unfreeze : frozen_t -> unit
val init : unit -> unit

val extend_grammar : grammar_command -> unit

val remove_rule : (string * gram_universe) -> typed_entry -> grammar_rule ->
  unit
val remove_entry : (string * gram_universe) -> grammar_entry -> unit
val remove_grammar : grammar_command -> unit