ltlcross, ltldo, autcross: add support for Rabinizer 4 tools
* bin/common_trans.cc: Here. * NEWS: Mention that.
This commit is contained in:
parent
2e90460b8a
commit
af3f62c1c8
2 changed files with 7 additions and 0 deletions
|
|
@ -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" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue