Expect syntax error in test49.tig
[tiger.ml.git] / compiler / src / lib / tiger / tiger_test.mli
1 type t
2
3 val case
4 : ?out_lexing : Tiger_parser.token list option
5 -> ?out_parsing : Tiger_absyn.t option
6 -> ?is_error_expected_parsing : (Tiger_error.t -> bool) option
7 -> ?is_error_expected_semant : (Tiger_error.t -> bool) option
8 -> code : string
9 -> string
10 -> t
11
12 val run : t list -> unit
This page took 0.045081 seconds and 4 git commands to generate.