ltlparse: Add compatibility with ltl2dsar's input.
* src/ltlparse/ltlscan.ll: Accept as a proposition any alphanumeric string that is not an operator. * NEWS: Mention it. * src/ltltest/lbt.test: New file. Also tests previous patch. * src/ltltest/Makefile.am: Add it.
This commit is contained in:
parent
3a5eec42de
commit
edd687a301
4 changed files with 130 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
|
||||
## Copyright (C) 2009, 2010, 2011, 2012, 2013 Laboratoire de Recherche et
|
||||
## Développement de l'Epita (LRDE).
|
||||
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
|
||||
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
|
|
@ -90,6 +90,7 @@ TESTS = \
|
|||
unabbrevwm.test \
|
||||
consterm.test \
|
||||
kind.test \
|
||||
lbt.test \
|
||||
lenient.test \
|
||||
syntimpl.test \
|
||||
reduc.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue