autfilt: add new option --accept-word
Suggested by Matthias Heizmann. Fixes #109. * NEWS: notify the new option * THANKS: add Matthias Heizmann * bin/autfilt.cc: add new option --accept-word=WORD which filters automata that accept WORD * doc/org/autfilt.org: add an example of the new option * tests/Makefile.am: add core/acc_word.test to the list of test files * tests/core/acc_word.test: test some uses of the new option
This commit is contained in:
parent
1fd76ee918
commit
1c82444376
6 changed files with 82 additions and 20 deletions
6
NEWS
6
NEWS
|
|
@ -1,5 +1,11 @@
|
|||
New in spot 1.99.8a (not yet released)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
* autfilt has a new option: --accept-word=WORD, that filters automata
|
||||
that accept WORD. This option can be used several times, and will
|
||||
filter automata that accept all words.
|
||||
|
||||
Library:
|
||||
|
||||
* twa::ap_var() renamed to twa::ap_vars().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue