X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationLexer.mli;h=dd1561be28a4089ebd48983332bb52dd9cbc90d7;hb=bbe7741f3bbaacb93f2876c018dace82f5e929b8;hp=61632667e28e3d97b63952246d4b940e78609d31;hpb=879797d6505bc39489009d9ae1e2506022bde9e2;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationLexer.mli b/helm/ocaml/cic_notation/cicNotationLexer.mli index 61632667e..dd1561be2 100644 --- a/helm/ocaml/cic_notation/cicNotationLexer.mli +++ b/helm/ocaml/cic_notation/cicNotationLexer.mli @@ -23,11 +23,10 @@ * 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 - - (** lexer for ast patterns (notation level 2) *) -val level2_lexer: (string * string) Token.glexer +val notation_lexer: (string * string) Token.glexer