parseaut: better diagnostic of unsupported versions

* src/parseaut/parseaut.yy: Add and the a check_version() function.
* src/tests/parseaut.test: Test it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-15 18:26:26 +02:00
parent 0671d62806
commit 9e7d0677e7
3 changed files with 61 additions and 6 deletions

3
NEWS
View file

@ -36,6 +36,9 @@ New in spot 1.99.4a (not yet released)
the language, but it speedup some algorithms like NDFS-based
emptiness checks, as discussed in our Spin'15 paper.)
* The HOA parser will diagnose any version that is not v1, unless it
looks like a subversion of v1 and no parse error was detected.
Python:
* Add bindings for complete() and dtwa_complement()