tl: implement SERE derivation

This commit is contained in:
Antoine Martin 2022-01-14 08:56:28 +01:00
parent f0e4efa238
commit 1092e6c0c2
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>
@ -603,6 +604,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>