diff --git a/NEWS b/NEWS index 2c6cd84ab..a6fbca306 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ New in spot 1.2.4a (not yet released) - * Documentation + * New feature: + + - 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. + + * Documentation: - The man page for ltl2tgba has some new notes and references about TGBA and about monitors. diff --git a/wrap/python/ajax/spot.in b/wrap/python/ajax/spot.in index 2057f9a48..c396baa5a 100755 --- a/wrap/python/ajax/spot.in +++ b/wrap/python/ajax/spot.in @@ -1,6 +1,6 @@ #!@PYTHON@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2013 Laboratoire de Recherche et +# Copyright (C) 2011, 2012, 2013, 2014 Laboratoire de Recherche et # Développement de l'Epita (LRDE). # # This file is part of Spot, a model checking library. @@ -405,9 +405,15 @@ pel = spot.empty_parse_error_list() f = spot.parse(formula, pel, env) if pel: - unbufprint('