X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_test.mli;h=58d743c8cabdf0b8f1f751bc1090e66796139b02;hb=e6e82c0866db4eb08f956b2582e5c2ed5399e986;hp=5cbc445de647edc7a43b4f43732557e222ef4395;hpb=5da420a8c9d88111ef4ccabd6b0a0c65cddb73af;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_test.mli b/compiler/src/lib/tiger/tiger_test.mli index 5cbc445..58d743c 100644 --- a/compiler/src/lib/tiger/tiger_test.mli +++ b/compiler/src/lib/tiger/tiger_test.mli @@ -1,9 +1,10 @@ type t val case - : ?out_lexing : Tiger_parser.token list - -> ?out_parsing : Tiger_absyn.t - -> ?is_error_expected_semant : (Tiger_error.t -> bool) + : ?out_lexing : Tiger_parser.token list option + -> ?out_parsing : Tiger_absyn.t option + -> ?is_error_expected_parsing : (Tiger_error.t -> bool) option + -> ?is_error_expected_semant : (Tiger_error.t -> bool) option -> code : string -> string -> t