Get rid of bunop::Equal and bunop::Goto.
* src/ltlast/bunop.hh, src/ltlast/bunop.cc, src/ltlvisit/randomltl.cc, src/ltlvisit/simplify.cc, src/ltlvisit/tostring.cc, src/tgbaalgos/ltl2tgba_fm.cc: Remove all traces of these two operators since they are not handled like sugar. * doc/tl/tl.tex: Adjust documentation to reflect the fact that these two operators are sugar.
This commit is contained in:
parent
210723e30c
commit
abaf102746
7 changed files with 38 additions and 272 deletions
|
|
@ -385,12 +385,6 @@ namespace spot
|
|||
}
|
||||
}
|
||||
break;
|
||||
case bunop::Goto:
|
||||
sugar = Goto;
|
||||
break;
|
||||
case bunop::Equal:
|
||||
sugar = Equal;
|
||||
break;
|
||||
}
|
||||
|
||||
emit_bunop_child(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue