spot/src/ltlparse
Alexandre Duret-Lutz 9145515bb8 ltlscan: get rid of boost::lexical_cast
This is one less useless dependency on Boost.

* src/ltlparse/ltlscan.ll: Replace lexical_cast<unsigned>() by
strtoul().
* src/ltltest/parseerr.test: Add a test case.
2013-04-09 15:05:56 +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 Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
ltlfile.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
ltlfile.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
ltlparse.yy Add a parse_boolean() function to use in parsers for Automata. 2012-10-20 19:18:54 +02:00
ltlscan.ll ltlscan: get rid of boost::lexical_cast 2013-04-09 15:05:56 +02:00
Makefile.am Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
parsedecl.hh ltlparse: add a lenient parsing mode 2012-10-17 18:26:42 +02:00
public.hh Fix documentation errors reported by clang++ 3.2. 2013-01-17 09:07:13 +01:00