randltl: first stage of the reimplementation

* src/bin/common_range.cc, src/bin/common_range.hh: New files,
extracted from...
* src/bin/genltl.cc: ... here.
* src/bin/randltl.cc, src/bin/man/randltl.x: New files.
* src/bin/Makefile.am, src/bin/man/Makefile.am: Adjust.
* src/bin/man/genltl.x: Point to randltl(1).
This commit is contained in:
Alexandre Duret-Lutz 2012-09-05 12:03:24 +02:00
parent a3e54af924
commit 760d75cc44
8 changed files with 497 additions and 54 deletions

6
src/bin/man/randltl.x Normal file
View file

@ -0,0 +1,6 @@
[NAME]
randltl \- generate random LTL/PSL formulas
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
genltl(1), ltlfilt(1)