spot/src/tgbaparse
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 * configure.ac: Output src/tgbaparse/Makefile. 2003-06-05 15:22:42 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
fmterror.cc * src/ltlparse/ltlscan.ll: Pass yyleng to the std::string constructor, 2004-12-16 12:33:37 +00: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 Introduce tgba_explicit_labelled<label> so that we can build 2009-11-10 16:57:28 +01:00
tgbaparse.yy Remove `readsave' and fix line numbers in tgbaparse error messages. 2010-11-06 14:14:18 +01:00
tgbascan.ll Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00