Add a constant_term() visitor to decide whether #e is accepted.
* src/ltlvisit/Makefile.am: Add consterm.cc and consterm.hh. * src/ltlvisit/consterm.hh, src/ltlvisit/consterm.cc: New files. * src/ltltest/Makefile.am: Add consterm.cc and consterm.test. * src/ltltest/consterm.cc, src/ltltest/consterm.test: New files.
This commit is contained in:
parent
2d1aa0a5a0
commit
97b7211bb7
6 changed files with 307 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ LDADD = ../libspot.la
|
|||
check_SCRIPTS = defs
|
||||
# Keep this sorted alphabetically.
|
||||
check_PROGRAMS = \
|
||||
consterm \
|
||||
equals \
|
||||
length \
|
||||
ltl2dot \
|
||||
|
|
@ -47,6 +48,7 @@ noinst_PROGRAMS = \
|
|||
genltl \
|
||||
randltl
|
||||
|
||||
consterm_SOURCES = consterm.cc
|
||||
equals_SOURCES = equals.cc
|
||||
genltl_SOURCES = genltl.cc
|
||||
length_SOURCES = length.cc
|
||||
|
|
@ -86,6 +88,7 @@ TESTS = \
|
|||
tunabbrev.test \
|
||||
nenoform.test \
|
||||
tunenoform.test \
|
||||
consterm.test \
|
||||
syntimpl.test \
|
||||
reduc.test \
|
||||
reduccmp.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue