ltl2tgba: Add a --csv-escape option and document CSV I/O.
* src/bin/common_output.cc, src/bin/common_output.hh: (output_formula_checked, aut_stat_printer): New. * src/bin/genltl.cc, src/bin/randltl.cc, src/bin/ltlfilt.cc: Call output_formula_checked() instead of output_formula(). * src/bin/ltl2tgba.cc: Use aut_stat_printer and add option --csv-escape. * doc/org/csv.org: New file to document CSV I/O. * doc/Makefile.am: Add it. * doc/org/ioltl.org, doc/org/ltlfilt.org, doc/org/ltl2tgba.org, doc/org/tools.org: Link to csv.org
This commit is contained in:
parent
0faea814da
commit
846e33b9e5
13 changed files with 399 additions and 39 deletions
5
NEWS
5
NEWS
|
|
@ -31,6 +31,11 @@ New in spot 1.2a (not released)
|
|||
the rewriten formula. The new escape sequence %< (text in
|
||||
columns before the formula) and %> (text after) can be used
|
||||
with the --format option to alter this output.
|
||||
- ltlfile, genltl, randltl, and ltl2tgba have a --csv-escape option
|
||||
to help escape formulas in CSV files.
|
||||
- Please check
|
||||
http://spot.lip6.fr/userdoc/csv.html
|
||||
for some discussion and examples of the last few features.
|
||||
* Bug fixes:
|
||||
- ltlcross' CSV output now stricly follows RFC 4180.
|
||||
- ltlcross failed to report missing input or output escape sequences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue