Visitors to transform <>-> into <>+> or to detect the latter.

* src/ltlvisit/mark.cc, src/ltlvisit/mark.hh: New files.
* src/ltlvisit/Makefile.am: Add mark.hh and mark.cc.
This commit is contained in:
Alexandre Duret-Lutz 2010-02-24 16:16:14 +01:00
parent 171ca678b8
commit 21e89f400a
3 changed files with 423 additions and 0 deletions

View file

@ -37,6 +37,7 @@ ltlvisit_HEADERS = \
dump.hh \
length.hh \
lunabbrev.hh \
mark.hh \
nenoform.hh \
postfix.hh \
randomltl.hh \
@ -58,6 +59,7 @@ libltlvisit_la_SOURCES = \
dump.cc \
length.cc \
lunabbrev.cc \
mark.cc \
nenoform.cc \
postfix.cc \
randomltl.cc \