Recognize Goal's syntax for Boolean operators.

* src/ltlparse/ltlscan.ll: Recognize ~, -->, and <--> operators
from Goal, to ease the use of formulas provided by the Goal team.
* src/ltltest/equals.test: Use these once, just to be on the
safe side.
This commit is contained in:
Alexandre Duret-Lutz 2011-02-03 21:47:15 +01:00
parent 2fe5b3fb62
commit 3278844c2a
3 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,12 @@
2011-02-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Recognize Goal's syntax for Boolean operators.
* src/ltlparse/ltlscan.ll: Recognize ~, -->, and <--> operators
from Goal, to ease the use of formulas provided by the Goal team.
* src/ltltest/equals.test: Use these once, just to be on the
safe side.
2011-02-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Minor fixes to ltl2tgba.html.