viperproject / viperserver

HTTP server that manages verification requests to different tools from the Viper tool stack.
Other
10 stars 17 forks source link

Move code computing program statistics to Silver. #19

Closed WissenIstNacht closed 3 years ago

WissenIstNacht commented 4 years ago

The following code computes program statistics for a Viper AST.

https://github.com/viperproject/viperserver/blob/9be20638d683f948a4f977927009af55b24d6682/src/main/scala/viper/server/core/VerificationWorker.scala#L129-L234

It should therefore be moved to the Silver repository.

aterga commented 3 years ago

Decided to move this code to viper.server.utility.ProgramDefinitionsProvider.