Commit graph

9 commits

Author SHA1 Message Date
Michael Weber 76c92577f7 Export more details of automaton data structures
TODO:
proper interface
2010-11-29 17:39:57 +01: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 f277db6c7e Simplify file copying
Also enlarge buffers.
2010-11-29 17:39:18 +01:00
Michael Weber 42f2334450 Fixed all warnings 2010-11-29 17:39:18 +01:00
Michael Weber f0503c0a86 Make internally used functions static 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 d8a101f54e autoconfiscated 2010-11-29 17:17:47 +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