expansions: draft

This commit is contained in:
Antoine Martin 2022-11-30 15:28:49 +01:00
parent 4ce9c483c1
commit 16fd28d29b
6 changed files with 495 additions and 0 deletions

View file

@ -92,6 +92,7 @@
#include <spot/tl/contain.hh>
#include <spot/tl/derive.hh>
#include <spot/tl/dot.hh>
#include <spot/tl/expansions.hh>
#include <spot/tl/nenoform.hh>
#include <spot/tl/print.hh>
#include <spot/tl/simplify.hh>
@ -606,6 +607,7 @@ namespace std {
%include <spot/tl/apcollect.hh>
%include <spot/tl/contain.hh>
%include <spot/tl/derive.hh>
%include <spot/tl/expansions.hh>
%include <spot/tl/dot.hh>
%include <spot/tl/nenoform.hh>
%include <spot/tl/sonf.hh>