From 85beeec2e4348cef6440d0670677c61975c7315c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 21 Aug 2014 15:18:43 +0200 Subject: [PATCH] ltl2tgba.html: Add option to output LBT format. Suggested by Joachim Klein. * wrap/python/ajax/ltl2tgba.html: New option. * wrap/python/ajax/protocol.txt, NEWS: Document it. * wrap/python/ajax/spot.in: Implement it. * wrap/python/spot.i: Export src/ltlvisit/lbt.hh. --- NEWS | 3 ++- wrap/python/ajax/ltl2tgba.html | 4 ++++ wrap/python/ajax/protocol.txt | 1 + wrap/python/ajax/spot.in | 7 ++++++- wrap/python/spot.i | 2 ++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e6b10c458..66922d6c7 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ New in spot 1.2.4a (not yet released) - The online ltl2tgba translator will automatically attempt to parse a formula using LBT's syntax if it cannot parse it using - the normal infix syntax. + the normal infix syntax. It also has an option to display + formulas using LBT's syntax. - ltl2tgba and dstar2tgba have a new experimental option --hoaf to output automata in the Hanoï Omega Automaton Format whose diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index 949cfad06..231e612ec 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -489,6 +489,10 @@ an identifier: aUb is an atomic proposition, unlike text in Spin's syntax
+