Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / src /
2012-02-22 Kim NguyễnAdd missing functions in the grammar2 API.
2012-02-22 Kim NguyễnFix indentation issues.
2012-02-22 Kim NguyễnAdd grammar loading and indexing.
2012-02-22 Kim NguyễnAdds new tracing points in the grammar runtime.
2012-02-22 Kim NguyễnAdd an extra parameter to cons so that it does not...
2012-02-22 Kim NguyễnVarious fixes to the old grammar interface
2012-02-22 Kim NguyễnAllow to pass an explicit destructor when registering...
2012-02-22 Kim NguyễnAdd wrappers for sadakane's data structure.
2012-02-22 Kim NguyễnNew version of the Grammar data-structure
2012-02-16 Kim NguyễnFirst attempt at having a grammar runtime.
2012-02-16 Kim NguyễnRemove hard-coded acess to SXSI for tag operations.
2012-02-16 Kim Nguyễn.
2012-02-16 Kim NguyễnStart making the code tag agnostic.
2012-02-16 Kim NguyễnAdd a new tracer level for debugging grammar run.
2012-02-16 Kim NguyễnAdd variance indicator to type.
2012-02-16 Kim NguyễnFinished fixing the pre-order traversal of the grammar.
2012-02-15 Kim NguyễnTemporary commit.
2012-02-14 Kim NguyễnPreliminary support for the grammar.
2012-02-14 kimMerge branch 'local-library-split' into local-trunk trunk
2012-02-13 kimRevert changes for following-sibling jumping function...
2012-02-07 kimTemporary commit.
2012-02-05 kimCreate branch trace-refactor
2012-02-05 kimAdd tracing infrastructure.
2012-01-19 kimFormatting/code clean-up.
2012-01-19 kimAdd backward moves in the syntax of the automaton.
2012-01-19 kimAdd performances counter option
2011-12-03 kimPurge libxml++ from build.
2011-12-03 kimFix C++/OCaml wrappers.
2011-12-03 kimRefactoring, 1st tier:
2011-11-02 kimRemove unused function pr_mat()
2011-11-02 kimUse TaggedNext for full subtree iteration instead of...
2011-09-13 kimFix bug in lexer preventig text and node from being...
2011-09-12 kimRefactoring and cosmetic changes
2011-09-11 kimRefactoring and cosmetic changes
2011-09-09 kimMore option printing fixes.
2011-09-09 kimFix the help message and display of options.
2011-09-09 kimComment out unused options.
2011-09-09 kimMerge branch 'local-ocamlbuild' into local-trunk