Add a function to remove unreachable states in the automaton
[tatoo.git] / src / auto / ata.ml
2013-03-09 Kim NguyễnAdd a function to remove unreachable states in the...
2013-03-09 Kim NguyễnRework the formula predicates:
2013-03-08 Kim NguyễnActually fix the problems with negation.
2013-03-05 Kim NguyễnWorking for element only document (with arbitrary paths...
2013-03-05 Kim NguyễnAdd a first runtime function. Positive fragment seems...
2013-03-05 Kim NguyễnSilence several warnings (missing _ in records, unused...
2013-03-04 Kim NguyễnReplace internal use of str_formatter with local buffer...
2013-03-04 Kim NguyễnFirst implementation of compilation from XPath to autom...
2013-02-08 Kim NguyễnAdd functions to normalize an automaton:
2013-02-07 Kim NguyễnRefactor module organisation and build process.