ltlparse: allow comments

* src/ltlparse/ltlscan.ll: Skip comments.
* src/ltltest/ltlfilt.test: Test this.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2014-12-11 21:43:08 +01:00
parent 9cee6e6fa1
commit f9e859d765
3 changed files with 34 additions and 4 deletions

2
NEWS
View file

@ -63,6 +63,8 @@ New in spot 1.99a (not yet released)
either by Divine (as patched by the LTSmin people) or by
Spins (the LTSmin compiler for Promela).
- LTL formulas can include /* comments */.
- Spot is now compiling in C++11 mode. The set of features we use
requires GCC >= 4.6 or Clang >= 3.1. These minimum versions
are old enough that it should not be an issue to most people.