ltlcross, ltldo, autcross: add support for Rabinizer 4 tools

* bin/common_trans.cc: Here.
* NEWS: Mention that.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-20 17:22:58 +02:00
parent 2e90460b8a
commit af3f62c1c8
2 changed files with 7 additions and 0 deletions

View file

@ -44,10 +44,13 @@ struct shorthands_t
const char* suffix;
};
static shorthands_t shorthands_ltl[] = {
{ "delag", " %f>%O" },
{ "lbt", " <%L>%O" },
{ "ltl2ba", " -f %s>%O" },
{ "ltl2da", " %f>%O" },
{ "ltl2dgra", " %f>%O" },
{ "ltl2dpa", " %f>%O" },
{ "ltl2dra", " %f>%O" },
{ "ltl2ldba", " %f>%O" },
{ "ltl2dstar", " --output-format=hoa %[MW]L %O"},
{ "ltl2tgba", " -H %f>%O" },
@ -64,6 +67,7 @@ static shorthands_t shorthands_autproc[] = {
{ "autfilt", " %H>%O" },
{ "dstar2tgba", " %H>%O" },
{ "ltl2dstar", " -B %H %O" },
{ "nba2dpa", " <%H>%O" },
{ "nba2ldpa", " <%H>%O" },
{ "seminator", " %H>%O" },
};