spot/src/ltlparse
Alexandre Duret-Lutz 4a62224932 Allow atomic propositions and identifiers like `X.Y'.
* src/ltlparse/ltlscan.ll: Do not recognize `.' as an AND.  Allow
it in atomic propositions.
* src/evtgbaparse/evtgbascan.ll, src/tgbaparse/tgbascan.ll: Accept
`.' in identifiers.
* src/misc/bareword.cc (is_bareword): Accept `.' inside
barewords, so that there is no need to quote `X.Y'.
* src/ltltest/parse.test: Do not use `.' as and operator..
2011-03-07 11:09:53 +01: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 W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
ltlscan.ll Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
Makefile.am Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
parsedecl.hh * src/evtgbatest/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll, 2008-02-25 14:36:58 +01:00
public.hh Turn parse_error_list into an opaque type for Swig. This 2010-01-22 17:29:12 +01:00