Commit graph

7 commits

Author SHA1 Message Date
Jeroen Meijer 321697460a Move non portable includes from public to private header. 2018-07-06 14:27:08 +02:00
Jeroen Meijer c17d2bbc13 Make LTL2BA compile on Windows. 2018-07-06 14:27:08 +02:00
Michael Weber 57b713c3d8 Added ability to print dot output
New function print_dot_buchi (not used yet).
2010-11-29 17:39:56 +01:00
Michael Weber 2e9e1a61dd Make tl_yylex hookable (default is tl_lex)
This allows replacing the lexer when using libltl2ba.la.
2010-11-29 17:39:55 +01:00
Michael Weber 42f2334450 Fixed all warnings 2010-11-29 17:39:18 +01:00
Michael Weber f796e5ca6f Make libltl2ba.la self-contained
Moved all globals accessed outside of main.c to util.c.

Library must be initialized by calling ltl2ba_init().

Fixed bug: appending never claim to a file
2010-11-29 17:39:16 +01:00
Michael Weber be18a22bce Import ltl2ba-1.1
http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/
2010-11-26 11:42:03 +01:00