Presentation -------------- This is a Frama-C plug-in that makes the synthesis of the results of the CerCo compiler. Requirements -------------- - Frama-C Nitrogen - Ocaml >= 3.12 - CerCo Compilation ------------- You can compile the plug-in using the following command: % make (assuming that you are located at the root of the source tree) Installation -------------- You can install the plug-in using the following command: % make install You may need administrative rights. Usage ------- You can run the plug-in on a C file "file.c" using the following command: % frama-c -cost file.c The result will be in file "file-annotated.c" in the same directory if the name is fresh. Otherwise an integer suffix will be added to the base name of the output file. For a complete description of the options, use the command: % frama-c -cost-help