spot/src/neverparse
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 more files to ignore 2010-12-07 18:34:32 +01:00
fmterror.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
Makefile.am Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
neverclaimparse.yy Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
neverclaimscan.ll fix line number tracking in files with DOS newlines 2014-11-18 11:07:02 +01: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