Skip to content

objmagic/synsyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynSyn

bisecting OCaml code under /parsing to help:

  1. find bug in -dsource (parsing/pprintast.ml)
  2. create a synthetic source file that exercise all current syntactic features
  3. migrating to Menhir based parser

How-to

$ opam switch 4.03.0  
$ eval `opam config env`  
$ ./checkparse.byte tests  
$ make BISECT_COVERAGE=YES  
$ make report

License

WTFPL

About

bisecting OCaml parsing code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors