expansions: draft

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

View file

@ -88,6 +88,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>
@ -634,6 +635,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>