spot/src/dstarparse
Alexandre Duret-Lutz d3fdf55fa3 fix symbol collision, seen with clang-3.5
autfilt would segfault after reading any file, because the local result_
structure used in hoaparse has the same name as the local result_
structure used in dstarparse.  For some reason I can only see this
problem using clang-3.5, not with gcc.

* src/dstarparse/dstarparse.yy, src/hoaparse/hoaparse.yy: Declare both
structures in a different namespace.
2015-01-08 20:59:57 +01:00
..
.gitignore dstarparse: Preliminary work on a parser for ltl2dstar. 2013-08-23 17:02:30 +02:00
dra2ba.cc Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
dstar2tgba.cc Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
dstarparse.yy fix symbol collision, seen with clang-3.5 2015-01-08 20:59:57 +01:00
dstarscan.ll * src/dstarparse/dstarscan.ll: Fix encoding. 2015-01-08 15:22:40 +01:00
fmterror.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
Makefile.am Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
nra2nba.cc tgba: move boolean properties from tgba_digraph to tgba 2014-08-15 16:10:39 +02:00
nsa2tgba.cc Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
parsedecl.hh dstarparse: Preliminary work on a parser for ltl2dstar. 2013-08-23 17:02:30 +02:00
public.hh Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00