Add debugging information to the automaton.
[tatoo.git] / src / auto / ata.ml
2013-03-15 Kim NguyễnAdd debugging information to the automaton.
2013-03-15 Kim NguyễnCode refactoring:
2013-03-14 Kim NguyễnAdd a 'trace' mode (must be enabled at build time)...
2013-03-13 Kim NguyễnImplement runtime optimisation via Hashing of transitions.
2013-03-13 Kim NguyễnAdd a kind element to the node tree. Improve support...
2013-03-10 Kim NguyễnMerge branch 'feature/test-suite'
2013-03-10 Kim NguyễnMerge branch 'feature/attributes'
2013-03-09 Kim NguyễnFix the pretty printing of the attribute test.
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.