home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add CLI options to execute different test suites
[tiger.ml.git]
/
compiler
/
src
/
lib
/
tiger
/
tiger_test.mli
1
type t
2
3
val case
4
: ?out_lexing : Tiger_parser.token list option
5
-> ?out_parsing : Tiger_absyn.t option
6
-> ?is_error_expected_parsing : (Tiger_error.t -> bool) option
7
-> ?is_error_expected_semant : (Tiger_error.t -> bool) option
8
-> code : string
9
-> string
10
-> t
11
12
val run : t list -> unit
This page took
0.080867 seconds
and
4
git commands to generate.