Begin translation module
[tiger.ml.git] / 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 -> code : string
7 -> string
8 -> t
9
10 val run : t list -> unit
This page took 0.067683 seconds and 4 git commands to generate.