bisecting OCaml code under /parsing to help:
- find bug in
-dsource(parsing/pprintast.ml) - create a synthetic source file that exercise all current syntactic features
- migrating to Menhir based parser
$ opam switch 4.03.0
$ eval `opam config env`
$ ./checkparse.byte tests
$ make BISECT_COVERAGE=YES
$ make reportWTFPL