Flatten the sources, only leave the XPath module packed.
[tatoo.git] / src / xpath / compile.ml
2013-04-04 Kim NguyễnFlatten the sources, only leave the XPath module packed.
2013-03-15 Kim NguyễnCode refactoring:
2013-03-13 Kim NguyễnAdd a kind element to the node tree. Improve support...
2013-03-10 Kim NguyễnFix descendant-or-self (which wrongly looked for elemen...
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 handling of attributes:
2013-03-09 Kim NguyễnRework the formula predicates:
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-04 Kim NguyễnFirst implementation of compilation from XPath to autom...
2013-03-04 Kim NguyễnAdd the compilation from existential XPath to automata.
2013-03-04 Kim NguyễnCompilation of the axis part of an XPath expression.