]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/cicTextualParser2.mli
* added todo file
[helm.git] / helm / ocaml / cic_disambiguation / cicTextualParser2.mli
index a6f8dcce310bd8c30f2f96609d7254a1d4674342..9e3f442d87a2d66fcf2ac31713119012df33b823 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-exception Parse_error of string
+exception Parse_error of Token.flocation * string
 
 (** {2 Parsing functions} *)
 
-val parse_term: char Stream.t -> CicAst.term
-val parse_tactic: char Stream.t -> (CicAst.term, string) TacticAst.tactic
-val parse_tactical:
-  char Stream.t ->
-    (CicAst.term, string) TacticAst.tactic TacticAst.tactical
+val parse_term:       char Stream.t -> DisambiguateTypes.term
+val parse_statement:  char Stream.t -> (CicAst.term, string) TacticAst.statement
+val parse_statements:  
+   char Stream.t -> (CicAst.term, string) TacticAst.statement list
 
 (** {2 Grammar extensions} *)