ltlsynt: extract In/Out AP processing in separate file

We'd like to reuse the --ins/--outs matching in ltlfilt
as well, so let's put that code in a common file.

* bin/common_ioap.cc, bin/common_ioap.hh: New files.
* bin/ltlsynt.cc: Extracted from here.
* bin/Makefile.am: Add them.
This commit is contained in:
Alexandre Duret-Lutz 2024-08-23 16:05:14 +02:00
parent 2390a89986
commit bea1713f4e
4 changed files with 222 additions and 146 deletions

View file

@ -43,6 +43,8 @@ libcommon_a_SOURCES = \
common_finput.hh \
common_hoaread.cc \
common_hoaread.hh \
common_ioap.cc \
common_ioap.hh \
common_output.cc \
common_output.hh \
common_post.cc \