30527a5328cde060c08b83506e5ce04621c7c596
[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_semant : (Tiger_error.t -> bool) option
7 -> code : string
8 -> string
9 -> t
10
11 val run : t list -> unit
This page took 0.044418 seconds and 3 git commands to generate.