summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorKathy Gray2013-07-24 18:01:44 +0100
committerKathy Gray2013-07-24 18:01:44 +0100
commitfc706f3d44317dd316b0e89fe8b730e665adaa39 (patch)
tree73055b4da5f20c5ec5342dcf10d56852ae2157ba /src/process_file.mli
parent6a82ed006eb4cc816088cc7557030f75965e0cb1 (diff)
Parser compiles and compiles some very small test programs.
Output is only given in the event of a parse or lex failure (with poor reporting for now) There are still 10 shift/reduce conflicts that may need further investigating and a few syntax changes that need discussion.
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index 1fb8ea2f..55dbc6d1 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -46,7 +46,7 @@
(* open Typed_ast *)
-val parse_file : string -> bool Ast.defs * Ast.lex_skips
+val parse_file : string -> Parse_ast.defs * Parse_ast.lex_skips
(* type instances = Types.instance list Types.Pfmap.t