]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.mli
unified grammars and lexers in a single one
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.mli
index 82731d904a44623a89e41cb8d3789b1bcc4f6b64..dd1561be28a4089ebd48983332bb52dd9cbc90d7 100644 (file)
@@ -28,9 +28,5 @@
    * error message *)
 exception Error of int * int * string
 
-  (** lexer for concrete syntax patterns (notation level 1) *)
-val syntax_pattern_lexer: (string * string) Token.glexer
-
-  (** lexer for ast patterns (notation level 2) *)
-val ast_pattern_lexer: (string * string) Token.glexer
+val notation_lexer: (string * string) Token.glexer