prusti-dev
prusti-dev copied to clipboard
Sif extension
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:
- copy the updated transformation from the file SIFExtendedTransformer.scala inside the source directory of the extension.
- run the
sbt packagecommand from the extension's root directory to generate the jar file.