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