* configure.ac: Output src/ltlenv/Makefile.
* src/ltlenv/Makefile.am, src/ltlenv/defaultenv.cc, src/ltlenv/defaultenv.hh, src/ltlenv/environment.hh: New files. * src/ltlparse/public.hh (parse): Take an environment as third argument. * src/ltlparse/ltlparse.yy (ATOMIC_PROP, parse): Require the atomic proposition via the environment. * src/ltltest/readltl.cc (main): Adjust the call to parse(). * src/ltltest/Makefile.am (LDADD): Add ../ltlenv/libltlenv.a.
src/ltlenv/.cvsignore
0 → 100644
src/ltlenv/Makefile.am
0 → 100644
src/ltlenv/defaultenv.cc
0 → 100644
src/ltlenv/defaultenv.hh
0 → 100644
src/ltlenv/environment.hh
0 → 100644
Please register or sign in to comment