Files
why3/plugins/python
Claude Marche 8fa6fd92cf Re-enabled the warning on used variables
This warning was disabled as soon as the python plugin is loaded
that was VERY BAD
2018-01-19 10:46:11 +01:00
..
2018-01-11 14:52:31 +01:00
2018-01-11 14:52:31 +01:00
2017-01-31 20:52:16 +01:00

A plugin to verify programs written in a (microscopic) fragment of Python.

Limitations wrt Python:
- types are limited to integers and lists of integers
- a list is not resizable (i.e. it is a mere array)
- a function must return an integer or nothing