- Reorder the keys used to cache transitions
[tatoo.git] / src / utils /
2013-03-14 Kim NguyễnWrite the caching module in a more systematic way.
2013-03-13 Kim NguyễnImplement runtime optimisation via Hashing of transitions.
2013-03-13 Kim NguyễnAdd a caching module.
2013-03-13 Kim NguyễnAdd a kind element to the node tree. Improve support...
2013-03-10 Kim NguyễnFix a nasty bug in PtSet module (intersect function...
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ễnAdd the inverse string (superscript -1) to the module.
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-04 Kim NguyễnRemove dead code.
2013-03-04 Kim NguyễnSimply use String.make for Pretty.padding and Pretty...
2013-03-04 Kim NguyễnOnly print ∑ instead of ∑-{} when the set is universal.
2013-03-04 Kim NguyễnAdd a specific prefix for QNames that represent attributes.
2013-02-07 Kim NguyễnRefactor module organisation and build process.