rebiha
eed40025be
* src/ltltest/tostring.test: New file.
...
* src/ltltest/tostring.cc: New files.
* src/ltlvisit/tostring.hh: From ast to string New files.
* src/ltlvisit/tostring.cc: From ast to string New files.
2003-04-24 10:43:26 +00:00
Alexandre Duret-Lutz
fc9f8965bf
* src/ltlparse/Makefile.am (EXTRA_DIST): Distribute ltlparse.yy.
...
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Add visitor.hh.
2003-04-18 15:13:18 +00:00
Alexandre Duret-Lutz
d35817ccd9
* src/ltlast/atomic_prop.hh, src/ltlast/binop.hh,
...
src/ltlast/constant.hh, src/ltlast/formula.hh,
src/ltlast/multop.hh, src/ltlast/unop.hh, src/ltlast/visitor.hh,
src/ltlenv/defaultenv.hh, src/ltlenv/environment.hh,
src/ltlparse/public.hh, src/ltlvisit/clone.hh,
src/ltlvisit/dotty.hh, src/ltlvisit/dump.hh,
src/ltlvisit/equals.hh, src/ltlvisit/lunabbrev.hh,
src/ltlvisit/nenoform.hh, src/ltlvisit/tunabbrev.hh: Add
Doxygen comments.
* src/visitor.hh: Do not use const_sel. This clarify
the code and helps Doxygen.
2003-04-18 15:02:55 +00:00
Alexandre Duret-Lutz
4b8b02e811
document labels
2003-04-18 11:02:48 +00:00
Alexandre Duret-Lutz
4cf59e76b8
* configure.ac: Output doc/Doxyfile and doc/Makefile.
...
* doc/Makefile.am, doc/Doxyfile.in: New files.
* Makefile.am (SUBDIRS): Add doc.
2003-04-18 10:29:18 +00:00
Alexandre Duret-Lutz
d9cd704bcb
* src/ltlparse/ltlscan.ll: Recognize && and ||.
...
* src/ltltest/parse.test, src/ltltest/parseerr.test,
src/ltltest/equals.test: Use these operators..
2003-04-18 09:12:26 +00:00
Alexandre Duret-Lutz
83cb6f3a39
* src/ltltest/readltl.cc, src/ltltest/equals.cc: Cosmetics.
2003-04-17 15:52:04 +00:00
Alexandre Duret-Lutz
2a0f88373e
* src/ltlenv/environment.hh (require): Return a formula, not
...
an atomic_prop.
* src/ltlast/atomic_prop.hh (atomic_prop): New argument env.
(environment_): New member.
(env): New method.
* src/ltlast/atomic_prop.cc (atomic_prop, env): Likewise.
* src/ltlenv/defaultenv.cc (require): Pass *this as the
environment argument to atomic_prop.
* src/ltlvisit/clone.cc (visit(const atomic_prop*)): Also copy
the environment.
* src/ltlvisit/nenoform.cc (visit(const atomic_prop*)): Likewise.
2003-04-17 15:47:56 +00:00
Alexandre Duret-Lutz
a30a0638b9
* 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.
2003-04-17 15:09:49 +00:00
Alexandre Duret-Lutz
ae7fdeba59
* src/ltlvisit/clone.hh, src/ltlvisit/clone.cc: New files.
...
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
* src/ltlvisit/lunabbrev.hh, src/ltlvisit/lunabbrev.cc: Inherit
from clone_visitor and remove all useless methods (now inherited).
2003-04-17 13:59:15 +00:00
Alexandre Duret-Lutz
0c7a2412a4
* src/ltlvisit/nenoform.hh, src/ltlvisit/nenoform.cc: New files.
...
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
* src/ltltest/equals.cc (main) [NENOFORM]: Call negative_normal_form.
* src/ltltest/nenoform.test, src/ltltest/tunenoform.test: New files.
* src/ltltest/Makefile.am (check_PROGRAMS): Add nenoform and
tunenoform.
(nenoform_SOURCES, nenoform_CPPFLAGS, tunenoform_SOURCES,
tunenoform_CPPFLAGS): New variables.
(TESTS): Add nenoform.test and tunenoform.test.
2003-04-17 13:12:11 +00:00
Alexandre Duret-Lutz
e58aae95c0
* src/ltlvisit/lunabbrev.hh: Fix include guard.
2003-04-17 10:03:49 +00:00
Alexandre Duret-Lutz
080214ebb8
* src/ltlvisit/tunabbrev.cc, src/ltlvisit/tunabbrev.hh: New files.
...
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
* src/ltltest/tunabbrev.test: New file.
* src/ltltest/lunabbrev.test: Fix comment.
* src/ltltest/Makefile.am (TESTS): Add tunabbrev.test.
(check_PROGRAMS): Add tunabbrev.
(tunabbrev_SOURCES, tunabbrev_CPPFLAGS): New variables.
* src/ltltest/equals.cc (main) [TUNABBREV]: Call unabbreviate_ltl.
* src/ltlvisit/lunabbrev.hh (unabbreviate_logic_visitor::recurse):
New virtual function.
* src/ltlvisit/lunabbrev.cc (unabbreviate_logic_visitor::recurse):
Likewise.
(unabbreviate_logic_visitor::visit): Use it instead of calling
unabbreviate_logic directly.
2003-04-16 16:10:58 +00:00
Alexandre Duret-Lutz
fc3ceebd4f
* src/ltlvisit/lunabbrev.hh: Add missing include guard.
2003-04-16 15:32:59 +00:00
Alexandre Duret-Lutz
526012a795
* src/ltlvisit/lunabbrev.cc, src/ltlvisit/lunabbrev.hh: New files.
...
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
* src/ltlast/multop.cc (multop::multop(type)): New constructor.
* src/ltlast/multop.hh (multop::multop(type)): New constructor.
* src/ltltest/lunabbrev.test: New file.
* src/ltltest/Makefile.am (TESTS): Add lunabbrev.test.
(check_PROGRAMS): Add lunabbrev.
(lunabbrev_SOURCES, lunabbrev_CPPFLAGS): New variables.
* src/ltltest/equals.cc (main) [LUNABBREV]: Call unabbreviate_logic.
2003-04-16 15:30:44 +00:00
Alexandre Duret-Lutz
5d714612a3
* src/ltltest/equals.test (check0, check1): Remove. Use check 0, and
...
check 1 instead.
2003-04-16 15:05:57 +00:00
Alexandre Duret-Lutz
ef2d6323e0
* src/ltlast/formulae.hh: Rename as ...
...
* src/ltlast/formula.hh: ... this.
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust.
* src/ltlast/formula.hh (formulae): Rename as ...
(formula): ... this.
Adjust all uses.
2003-04-16 13:11:34 +00:00
Alexandre Duret-Lutz
532f9131f5
* src/ltlparse/public.hh (format_parse_errors): New function.
...
* src/ltlparse/fmterror.cc: New file.
* src/ltlparse/Makefile.am (libltlparse_a_SOURCES): Add fmterror.cc.
* src/ltltests/equals.cc, src/ltltests/readltl.cc: Simplify using
format_parse_errors.
2003-04-16 12:58:17 +00:00
Alexandre Duret-Lutz
7425f4a91e
* src/ltlvisit/equals.cc, src/ltlvisit/equals.hh: New files.
...
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add equals.hh
and equals.cc.
* src/ltltest/equals.cc, src/ltltest/equals.test: New files.
* src/ltltest/Makefile.am (check_PROGRAMS): Add equals.
(equals_SOURCES): New variable.
(TESTS): Add equals.test.
2003-04-16 12:30:21 +00:00
Alexandre Duret-Lutz
eec66e6d07
* src/ltlast/multop.cc (multop::multop): Use multop::add.
...
(multop::add): If the formulae we add is itself a multop for the
same operator, merge its children with ours.
* src/ltltest/parseerr.test: Add two tests for multop merging.
2003-04-16 11:27:06 +00:00
Alexandre Duret-Lutz
2fd7b742f0
dummy commit to check commit scripts
2003-04-16 10:21:02 +00:00
Alexandre Duret-Lutz
2bdc47c500
dummy commit to check commit scripts
2003-04-16 10:17:54 +00:00
Alexandre Duret-Lutz
dfc82ee3f0
* src/ltlast/formulae.hh (formulae::equals): Remove.
...
* src/ltlast/unop.hh (unop::equals): Remove.
* src/ltlast/unop.cc (unop::equals): Remove.
* src/ltlast/binop.hh (binop::equals): Remove.
* src/ltlast/binop.cc (binop::equals): Remove.
* src/ltlast/multop.hh (multop::equals): Remove.
* src/ltlast/multop.cc (multop::equals): Remove.
* src/ltlast/atomic_prop.hh (atomic_prop::equals): Remove.
* src/ltlast/atomic_prop.cc (atomic_prop::equals): Remove.
* src/ltlast/constant.hh (constant::equals): Remove.
* src/ltlast/constant.cc (constant::equals): Remove.
2003-04-15 11:48:36 +00:00
Alexandre Duret-Lutz
f0a8d0aeb3
* HACKING, Makefile.am, configure.ac, m4/gccwarn.m4,
...
src/Makefile.am, src/ltlast/Makefile.am, src/ltlast/allnodes.hh,
src/ltlast/atomic_prop.cc, src/ltlast/atomic_prop.hh,
src/ltlast/binop.cc, src/ltlast/binop.hh, src/ltlast/constant.cc,
src/ltlast/constant.hh, src/ltlast/formulae.hh,
src/ltlast/multop.cc, src/ltlast/multop.hh, src/ltlast/predecl.hh,
src/ltlast/unop.cc, src/ltlast/unop.hh, src/ltlast/visitor.hh,
src/ltlparse/Makefile.am, src/ltlparse/ltlparse.yy,
src/ltlparse/ltlscan.ll, src/ltlparse/parsedecl.hh,
src/ltlparse/public.hh, src/ltlvisit/Makefile.am,
src/ltlvisit/dotty.cc, src/ltlvisit/dotty.hh,
src/ltlvisit/dump.cc, src/ltlvisit/dump.hh,
src/ltlvisit/rewrite.cc, src/ltlvisit/rewrite.hh,
src/ltltest/Makefile.am, src/ltltest/defs.in, src/ltltest/readltl.cc,
src/ltltest/parse.test, src/ltltest/parseerr.test,
src/misc/Makefile.am, src/misc/const_sel.hh: New files.
2003-04-15 10:55:16 +00:00
Alexandre Duret-Lutz
8128d92b36
lbtt 1.0.1 -- without generated files
2002-10-01 14:21:01 +00:00
Alexandre Duret-Lutz
ababb9ff93
Initial revision
2002-10-01 14:21:01 +00:00