ltl2tgta: new tool

* src/bin/common_post.cc, src/bin/common_post.hh: New files, extracted
from ...
* src/bin/ltl2tgba.cc: ... here.
* src/bin/ltl2tgta.cc, src/bin/man/ltl2tgta.x: New files.
* src/bin/Makefile.am, src/bin/man/Makefile.am: Adjust.
* NEWS: Mention ltl2tgta.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-24 15:41:53 +02:00
parent b0678a21a2
commit 1f0c765547
8 changed files with 469 additions and 46 deletions

View file

@ -34,14 +34,17 @@ libcommon_a_SOURCES = \
common_finput.hh \
common_output.cc \
common_output.hh \
common_post.cc \
common_post.hh \
common_range.cc \
common_range.hh \
common_r.cc \
common_r.hh \
common_sys.hh
bin_PROGRAMS = ltlfilt genltl randltl ltl2tgba
bin_PROGRAMS = ltlfilt genltl randltl ltl2tgba ltl2tgta
ltlfilt_SOURCES = ltlfilt.cc
genltl_SOURCES = genltl.cc
randltl_SOURCES = randltl.cc
ltl2tgba_SOURCES = ltl2tgba.cc
ltl2tgta_SOURCES = ltl2tgta.cc