tl: implement SERE derivation

This commit is contained in:
Antoine Martin 2022-01-14 08:56:28 +01:00
parent 50bb4eca6f
commit 4709bd36fe
4 changed files with 430 additions and 0 deletions

View file

@ -90,6 +90,7 @@
#include <spot/tl/apcollect.hh>
#include <spot/tl/contain.hh>
#include <spot/tl/derive.hh>
#include <spot/tl/dot.hh>
#include <spot/tl/nenoform.hh>
#include <spot/tl/print.hh>
@ -579,6 +580,7 @@ namespace std {
%include <spot/tl/apcollect.hh>
%include <spot/tl/contain.hh>
%include <spot/tl/derive.hh>
%include <spot/tl/dot.hh>
%include <spot/tl/nenoform.hh>
%include <spot/tl/sonf.hh>