spot/src/kripkeparse
Alexandre Duret-Lutz 45e9b96b66 fix line number tracking in files with DOS newlines
* src/dstarparse/dstarscan.ll, src/kripkeparse/kripkescan.ll,
src/neverparse/neverclaimscan.ll, src/tgbaparse/tgbascan.ll:
Distinguish between 1-sized EOL and 2-sized EOL.
* src/kripketest/bad_parsing.test, src/tgbatest/neverclaimread.test,
src/tgbatest/readsave.test: Add more tests.
* NEWS: Mention it.
* src/kripkeparse/scankripke.ll: Remove this unused file.
2014-11-18 11:07:02 +01:00
..
.gitignore Add text I/O for Kripke structures. 2011-11-24 22:47:41 +01:00
fmterror.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
kripkeparse.yy Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
kripkescan.ll fix line number tracking in files with DOS newlines 2014-11-18 11:07:02 +01:00
Makefile.am Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
parsedecl.hh Use the same location.hh and position.hh in all parsers. 2013-07-29 01:14:34 +02:00
public.hh Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00