ltlfilt: initial implementation.

* src/bin/ltlfilt.cc, src/bin/Makefile.am: New files.
* src/Makefile.am (SUBDIRS): Add bin.
* configure.ac: Add src/bin/Makefile.am.
* README: Document src/bin/.
This commit is contained in:
Alexandre Duret-Lutz 2012-08-31 13:41:22 +02:00
parent eb5de929ca
commit a0e1a144ad
6 changed files with 593 additions and 1 deletions

1
README
View file

@ -143,6 +143,7 @@ src/ Sources for libspot.
sabaalgos/ Algorithms on SABA.
sabatest/ Tests for saba/, sabaalgos/.
neverparse/ Parser for SPIN never claims.
bin/ User tools built using the Spot library.
sanity/ Sanity tests for the whole project.
doc/ Documentation for libspot.
tl/ Documentation of the Temporal Logic operators.