Commit | Line | Data |
---|---|---|
d3bdde4b SK |
1 | type t |
2 | ||
3 | val case | |
38ffcb1f SK |
4 | : ?out_lexing : Tiger_parser.token list option |
5 | -> ?out_parsing : Tiger_absyn.t option | |
6 | -> ?is_error_expected_semant : (Tiger_error.t -> bool) option | |
d3bdde4b SK |
7 | -> code : string |
8 | -> string | |
9 | -> t | |
10 | ||
11 | val run : t list -> unit |