prusti-dev icon indicating copy to clipboard operation
prusti-dev copied to clipboard

Sif extension

Open Pialex99 opened this issue 2 years ago • 0 comments

The sif extension jar must be copied into the viper_tools/backends/ directory before compiling Prusti otherwise the compilation will fail.

To generate the extension jar file:

  1. copy the updated transformation from the file SIFExtendedTransformer.scala inside the source directory of the extension.
  2. run the sbt package command from the extension's root directory to generate the jar file.

Pialex99 avatar May 16 '23 14:05 Pialex99