bin: add shorthands for ltlcross and ltldo

* src/bin/common_trans.cc: Implement shorthands.
* doc/org/ltlcross.org, doc/org/ltldo.org: Document them.
* src/tgbatest/ltldo2.test: Quick test.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-27 15:06:58 +01:00
parent 259c9faaae
commit a24a021964
5 changed files with 217 additions and 27 deletions

6
NEWS
View file

@ -37,6 +37,12 @@ New in spot 1.99a (not yet released)
now. The short '-n NUM' option is now the same as the new
--max-count=N option, for consistency with other tools.
- ltlcross (and ltldo) have a list of hard-coded shorthands
for some existing tools. So for instance running
'ltlcross spin ...' is the same as running
'ltlcross "spin -f %s>%N" ...'. This feature is much
more useful for ltldo.
- There is a parser for the HOA format
(http://adl.github.io/hoaf/) available as a
spot::hoa_stream_parser object or spot::hoa_parse() function.