expansions: split

This commit is contained in:
Antoine Martin 2024-09-19 08:41:04 +02:00
parent e29aa30c2d
commit 0e2ebef709
7 changed files with 999 additions and 16 deletions

View file

@ -89,6 +89,7 @@
#include <spot/tl/derive.hh>
#include <spot/tl/dot.hh>
#include <spot/tl/expansions.hh>
#include <spot/tl/expansions2.hh>
#include <spot/tl/nenoform.hh>
#include <spot/tl/print.hh>
#include <spot/tl/simplify.hh>
@ -638,6 +639,7 @@ namespace std {
%include <spot/tl/contain.hh>
%include <spot/tl/derive.hh>
%include <spot/tl/expansions.hh>
%include <spot/tl/expansions2.hh>
%include <spot/tl/dot.hh>
%include <spot/tl/nenoform.hh>
%include <spot/tl/sonf.hh>