bin/autfilt.cc: Add '--highlight-languages' option

* bin/autfilt.cc: Add that option.
* tests/core/highlightstate.test: Add test.
* NEWS: Update.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2016-12-14 16:47:21 +01:00
parent 8a0eed6cef
commit 7046a49622
3 changed files with 79 additions and 1 deletions

3
NEWS
View file

@ -16,6 +16,9 @@ New in spot 2.2.2.dev (Not yet released)
* the --check option can now take "semi-determinism" as argument.
* autfilt has a new option '--highlight-languages' that helps to see
graphically which states of an automaton recognize the same languages.
Library:
* A twa is required to have at least one state, the initial state.