]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.mli
added homepage URL, now we have one
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.mli
index dd1561be28a4089ebd48983332bb52dd9cbc90d7..5eb22a99c7efbcb05215733c4e024521a2a86d64 100644 (file)
    * error message *)
 exception Error of int * int * string
 
-val notation_lexer: (string * string) Token.glexer
+val level1_pattern_lexer: (string * string) Token.glexer
+val level2_ast_lexer: (string * string) Token.glexer
+val level2_meta_lexer: (string * string) Token.glexer
+
+val add_level2_ast_keyword: string -> unit    (** non idempotent *)
+val remove_level2_ast_keyword: string -> unit (** non idempotent *)