Replace spot::ltl_file by a rewritten spot::ltl::ltl_file.

* src/tgba/tgbafromfile.cc, src/tgba/tgbafromfile.hh: Delete these
files.
* src/tgba/Makefile.am: Remove them.
* src/ltl/ltlparse/ltlfile.hh, src/ltl/ltlparse/ltlfile.cc: New
files.
* src/ltl/ltlparse/Makefile.am: Add them.
* bench/scc-stats/stats.cc, bench/split-product/cutscc.cc: Rewrite
using the new class.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 17:31:34 +01:00
parent dd3ac6b4f3
commit 4ff875f402
9 changed files with 167 additions and 183 deletions

View file

@ -1,4 +1,4 @@
## Copyright (C) 2008, 2009 Laboratoire de Recherche et Développement
## Copyright (C) 2008, 2009, 2010 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris
## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -56,10 +56,12 @@ EXTRA_DIST = $(LTLPARSE_YY)
libltlparse_la_SOURCES = \
fmterror.cc \
$(FROM_LTLPARSE_YY) \
ltlfile.cc \
ltlscan.ll \
parsedecl.hh
ltlparse_HEADERS = \
public.hh \
ltlfile.hh \
location.hh \
public.hh \
position.hh