Refactor test framework
[tiger.ml.git] / compiler / src / lib / tiger / tiger_test.mli
CommitLineData
d3bdde4b
SK
1type t
2
3val case
4 : ?out_lexing : Tiger_parser.token list
5 -> ?out_parsing : Tiger_absyn.t
6 -> code : string
7 -> string
8 -> t
9
10val run : t list -> unit
This page took 0.025035 seconds and 4 git commands to generate.