]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.mli
snapshot, notably:
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.mli
index 61632667e28e3d97b63952246d4b940e78609d31..82731d904a44623a89e41cb8d3789b1bcc4f6b64 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+  (** begin of error offset (counted in unicode codepoint)
+   * end of error offset (counted as above)
+   * error message *)
 exception Error of int * int * string
 
   (** lexer for concrete syntax patterns (notation level 1) *)
-val level1_lexer: (string * string) Token.glexer
+val syntax_pattern_lexer: (string * string) Token.glexer
 
   (** lexer for ast patterns (notation level 2) *)
-val level2_lexer: (string * string) Token.glexer
+val ast_pattern_lexer: (string * string) Token.glexer