parseaut: Add support for PGSolver's format

* spot/parseaut/parseaut.yy, spot/parseaut/scanaut.ll: Add rules for
PGSolver's format.
* spot/parseaut/public.hh: PGAME is a new type of output.
* tests/core/pgsolver.test: New file.
* tests/Makefile.am: Add it.
* tests/python/games.ipynb: More exemples.
* NEWS: Mention the new feature.
This commit is contained in:
Alexandre Duret-Lutz 2022-07-22 10:49:23 +02:00
parent d6b3c757d0
commit 444e2b5b89
7 changed files with 1144 additions and 342 deletions

View file

@ -341,6 +341,7 @@ TESTS_twa = \
core/dnfstreett.test \
core/parity.test \
core/parity2.test \
core/pgsolver.test \
core/ltlsynt.test \
core/ltlsynt-pgame.test \
core/syfco.test \