spot/spot/parseaut
Alexandre Duret-Lutz 42ff02585b parseaut: convert short numbers without strtoul()
* spot/parseaut/scanaut.ll: One or two digits numbers can be safely
converted to integer without risking overflow, so do that without
calling strtoul().  This simple change halves the number of calls
to strtoul() on the example automaton of issue #476.
2021-09-15 17:21:04 +02:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
fmterror.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
parseaut.yy parseaut: replace std::map by robin_hood::unordered_flat_map 2021-09-15 16:53:00 +02:00
parsedecl.hh parseaut: replace std::map by robin_hood::unordered_flat_map 2021-09-15 16:53:00 +02:00
public.hh parse_aut: add support for #line 2021-04-17 10:39:02 +02:00
scanaut.ll parseaut: convert short numbers without strtoul() 2021-09-15 17:21:04 +02:00