Expect syntax error in test49.tig
[tiger.ml.git] / compiler / src / lib / tiger / tiger_test.mli
CommitLineData
d3bdde4b
SK
1type t
2
3val case
38ffcb1f
SK
4 : ?out_lexing : Tiger_parser.token list option
5 -> ?out_parsing : Tiger_absyn.t option
89037894 6 -> ?is_error_expected_parsing : (Tiger_error.t -> bool) option
38ffcb1f 7 -> ?is_error_expected_semant : (Tiger_error.t -> bool) option
d3bdde4b
SK
8 -> code : string
9 -> string
10 -> t
11
12val run : t list -> unit
This page took 0.019623 seconds and 4 git commands to generate.