spot/src/ltlparse
Alexandre Duret-Lutz fdd73d5123 Add support for the {SERE}! PSL operator.
* src/ltlparse/ltlscan.ll: Recognize }!.  Also remove
five duplicate rules.
* src/ltlparse/ltlparse.yy: Build {r}<>->1 when parsing {r}!.
* src/ltlvisit/tostring.cc: Print {r}! instead of {r}<>->1.
* src/ltltest/tostring.test, src/ltltest/equals.test:
Add more tests.
2012-04-28 09:30:36 +02:00
..
.cvsignore * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
fmterror.cc Fix column in LTL error messages, it was off by one. 2010-03-10 15:17:05 +01:00
ltlfile.cc Replace spot::ltl_file by a rewritten spot::ltl::ltl_file. 2010-01-30 17:31:34 +01:00
ltlfile.hh Replace spot::ltl_file by a rewritten spot::ltl::ltl_file. 2010-01-30 17:31:34 +01:00
ltlparse.yy Add support for the {SERE}! PSL operator. 2012-04-28 09:30:36 +02:00
ltlscan.ll Add support for the {SERE}! PSL operator. 2012-04-28 09:30:36 +02:00
Makefile.am Fix VPATH builds, now that hash.hh include _config.h 2011-12-18 12:56:44 +01:00
parsedecl.hh Add support the bounded star operator [*i..j]. 2012-04-28 09:30:35 +02:00
public.hh Enable parsing stand-alone rational expressions with the LTL parser. 2012-04-28 09:30:34 +02:00