twaalgos: Implement language_map algo

* python/spot/impl.i: Add python bindings.
* spot/twaalgos/langmap.cc: Implement algo.
* spot/twaalgos/langmap.hh: Declare algo.
* spot/twaalgos/Makefile.am: Add new files.
* tests/python/langmap.py: Add tests.
* NEWS: Update.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2016-12-12 16:45:03 +01:00
parent 9a204b770f
commit 8a0eed6cef
6 changed files with 234 additions and 0 deletions

3
NEWS
View file

@ -74,6 +74,9 @@ New in spot 2.2.2.dev (Not yet released)
deterministic/semi-deterministic/unambiguous should be preserved
only if they are positive.
* language_map() and highlight_languages() are new functions used to
implement the --highlight-languages command line option described above.
Build:
* The configure script has a new option --enable-c++14, to compile in