X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.mli;h=1d006437928afb15223effad0862e6c0f3eb5055;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=ea4d43a621a676651929d2e5214712b75426ce66;hpb=5e924927db28c0a5bbbaa4e56515d9afe0b1360f;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.mli b/matita/components/grafite_parser/grafiteParser.mli index ea4d43a62..1d0064379 100644 --- a/matita/components/grafite_parser/grafiteParser.mli +++ b/matita/components/grafite_parser/grafiteParser.mli @@ -31,7 +31,7 @@ class type g_status = method parser_db: db end -class status : +class virtual status : object('self) inherit g_status inherit CicNotationParser.status @@ -47,4 +47,7 @@ val extend : #status as 'status -> (* never_include: do not call LexiconEngine to do includes, * always raise NoInclusionPerformed *) (** @raise End_of_file *) -val parse_statement: #status -> Grammar.parsable -> GrafiteAst.statement +type parsable +val parsable_statement: #status -> Ulexing.lexbuf -> parsable +val parse_statement: #status -> parsable -> GrafiteAst.statement +val strm_of_parsable: parsable -> Ulexing.lexbuf