Files
why3/plugins/python
Claude Marche b676212680 support for negative literals, first step
- requires a lot more testing
- support in extraction missing (exception raised)
- interaction with "syntax literal" remains to investigate
2017-06-09 15:19:22 +02:00
..
2017-04-12 14:17:56 +02: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