spot/src/evtgbaparse
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 Preliminary support for Event-based GBA. 2004-10-22 16:22:31 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
evtgbaparse.yy Modernize Bison parsers. 2010-04-08 11:53:34 +02:00
evtgbascan.ll Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
fmterror.cc * src/evtgbaparse/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll, 2005-02-01 18:03:00 +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 * src/evtgbaparse/public.hh: Work around Bison 2.3 unique guards. 2008-02-25 14:36:59 +01:00