Augment testing framework to support examining errors
[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
e69e4e8b 6 -> ?is_error_expected : (Tiger_error.t -> bool)
d3bdde4b
SK
7 -> code : string
8 -> string
9 -> t
10
11val run : t list -> unit
This page took 0.027248 seconds and 4 git commands to generate.