tl: implement SERE derivation

This commit is contained in:
Antoine Martin 2022-01-14 08:56:28 +01:00
parent 28416cf82c
commit 16dda0d292
4 changed files with 430 additions and 0 deletions

View file

@ -86,6 +86,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>
@ -631,6 +632,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>