tatoo.git
2013-03-10 Kim NguyễnAdd a missing ';' and remove some dead code and outdate...
2013-03-10 Kim NguyễnMerge branch 'feature/test-suite'
2013-03-10 Kim NguyễnMerge branch 'feature/attributes'
2013-03-10 Kim NguyễnFix the xml_diff program to also check trailing events...
2013-03-10 Kim NguyễnAdds a set of testing script:
2013-03-09 Kim NguyễnRename the main testing program.
2013-03-09 Kim NguyễnAdd a new test case.
2013-03-09 Kim NguyễnFix the handling of attributes:
2013-03-09 Kim NguyễnFix the pretty printing of the attribute test.
2013-03-09 Kim NguyễnAdd a test case for attribute handling.
2013-03-09 Kim NguyễnFix a bug in the parser where a leading '//' would...
2013-03-09 Kim NguyễnAdd a function to remove unreachable states in the...
2013-03-09 Kim NguyễnExtend the interface with a fold function (over the...
2013-03-09 Kim NguyễnRework the formula predicates:
2013-03-09 Kim NguyễnAdd the inverse string (superscript -1) to the module.
2013-03-08 Kim NguyễnAdd another test case.
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ễnAdd an abstract generic interface for trees (of which...
2013-03-05 Kim NguyễnSplit the sig.ml module in *_sig.ml (one for each module)
2013-03-05 Kim NguyễnSilence several warnings (missing _ in records, unused...
2013-03-05 Kim NguyễnForce compilation with -w @A-4 (all warnings but warnin...
2013-03-04 Kim NguyễnFix the printing of attributes.
2013-03-04 Kim NguyễnRemove dead code.
2013-03-04 Kim NguyễnAllow one to pass several targets to the build script.
2013-03-04 Kim NguyễnUpdate hacking instructions.
2013-03-04 Kim NguyễnSimply use String.make for Pretty.padding and Pretty...
2013-03-04 Kim NguyễnReplace internal use of str_formatter with local buffer...
2013-03-04 Kim NguyễnOnly print ∑ instead of ∑-{} when the set is universal.
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ễnAdd a specific prefix for QNames that represent attributes.
2013-03-04 Kim NguyễnSynchronise build script with master.
2013-03-04 Kim NguyễnCompilation of the axis part of an XPath expression.
2013-03-04 Kim NguyễnMake the build script compatible with emacs compile...
2013-02-08 Kim NguyễnAdd functions to normalize an automaton:
2013-02-08 Kim NguyễnBuild script can be called from a subdirectory of the...
2013-02-07 Kim NguyễnClean-up the build system.
2013-02-07 Kim NguyễnUse ocamlbuild's built-in support for ocamlfind (requir...
2013-02-07 Kim NguyễnSilences the Makefile.
2013-02-07 Kim NguyễnRefactor module organisation and build process.
2013-02-06 Kim NguyễnImplement formulae parametrized by atomic predicates.
2013-02-05 Kim NguyễnRefactor xpath parser and ast in a submodule.
2013-02-05 Kim NguyễnAvoid one string concatenation in debug printing function.
2013-02-04 Kim NguyễnFinish renaming Move constructor to Atom.
2013-02-04 Kim NguyễnSanitize header files and add a timestamp mark in each...
2013-02-04 Kim NguyễnRewrite parser using ocamlyacc to remove further depend...
2013-02-04 Kim NguyễnRewrite the AST to conform to the W3C grammar
2013-02-04 Kim NguyễnAdd automata data structure.
2013-02-04 Kim NguyễnRemove AbsoluteDOS from the XPath AST.
2012-12-21 Kim NguyễnUse ocamlfind to invoke pa_macro appropriately.
2012-12-19 Kim NguyễnCompile again.
2012-12-12 Kim NguyễnModify the run_test script.
2012-10-26 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/tatoo
2012-10-26 Kim NguyễnCosmetic changes in the Patricia Tree code.
2012-09-24 Kim NguyễnRefactor the code to have a unique place for signature...
2012-06-29 Lucca HirschiWith -f, we can read the XPath query in a file.
2012-06-29 Lucca HirschiQueries and script for testing.
2012-06-28 Kim NguyễnRemove spurious debugging statement.
2012-06-28 Kim NguyễnAdd attributes to the test document.
2012-06-28 Kim NguyễnAdd support for attribute nodes. Correctly escape speci...
2012-06-28 Kim NguyễnAdd support for text elements in the XML document.
2012-06-28 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/tatoo
2012-06-28 Kim NguyễnAdd .gitignore and ignore result of compilation.
2012-06-28 Lucca Hirschi.gitignore for test.native and _build
2012-06-28 Kim NguyễnUsable version:
2012-06-12 Kim NguyễnAdd autoconf infrastructure, license, and macro files.