autfilt, dstar2tgba: add CSV input
Fixes #91. * bin/autfilt.cc, bin/dstar2tgba.cc: Implement reading CSV files. * bin/common_finput.cc: Fix comments. * bin/common_aoutput.cc: Show %<, %> in help text. * NEWS, doc/org/csv.org: Document it. * tests/core/readsave.test: Add a short test case.
This commit is contained in:
parent
f423c424eb
commit
ca0d81b5d7
7 changed files with 229 additions and 51 deletions
6
NEWS
6
NEWS
|
|
@ -109,9 +109,13 @@ New in spot 2.0.3a (not yet released)
|
|||
|
||||
* The --stats option of autfilt, dstar2tgba, ltl2tgba, ltldo,
|
||||
randaut learned to display the output (or input if that makes
|
||||
sense) automaton as a HOA one-liner using %H (or %h), helping to
|
||||
sense) automaton as a HOA one-liner using %h (or %H), helping to
|
||||
create CSV files contained automata.
|
||||
|
||||
* autfilt and dstar2tgba learned to read automata from columns in
|
||||
CSV files, specified using the same filename/COLUMN syntax used by
|
||||
tools reading formulas.
|
||||
|
||||
* Arguments passed to -x (in ltl2tgba, ltl2tgta, autfilt, dstar2tgba)
|
||||
that are not used are now reported as they might be typos.
|
||||
This ocurred a couple of times in our test-suite. A similar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue