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:
parent
0671d62806
commit
9e7d0677e7
3 changed files with 61 additions and 6 deletions
3
NEWS
3
NEWS
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue