Test every book test case
[tiger.ml.git] / compiler / src / lib / tiger / tiger_test.mli
... / ...
CommitLineData
1type t
2
3val 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
11val run : t list -> unit
This page took 0.017509 seconds and 4 git commands to generate.