Implement the bridge to call Tatoo from java. Very slow at the moment.
authorKim Nguyễn <kn@lri.fr>
Tue, 10 Dec 2013 19:28:06 +0000 (20:28 +0100)
committerKim Nguyễn <kn@lri.fr>
Tue, 17 Dec 2013 10:12:55 +0000 (11:12 +0100)
commit33cc91c072d0c3ee3f17911f6484a24f55a3408b
tree1c1e90e5c4fcdef8b4b8a02b74d88e08b2711f5e
parenta089738aa464521c0ae79944eb00fc147cc37ac9
Implement the bridge to call Tatoo from java. Very slow at the moment.
19 files changed:
.gitignore
src/bindings/java/HACKING [new file with mode: 0644]
src/bindings/java/Makefile [new file with mode: 0644]
src/bindings/java/TatooEngine.cc [new file with mode: 0644]
src/bindings/java/TatooTest.java [new file with mode: 0644]
src/bindings/java/fxslt/memory/MutableNodeList.java [new file with mode: 0644]
src/bindings/java/fxslt/memory/TatooEngine.java [new file with mode: 0644]
src/bindings/java/fxslt_memory_TatooEngine.h [new file with mode: 0644]
src/bindings/java/fxslt_memory_TatooEngine_Automaton.h [new file with mode: 0644]
src/bindings/java/fxslt_memory_TatooEngine_CustomBlock.h [new file with mode: 0644]
src/bindings/java/fxslt_memory_TatooEngine_Tree.h [new file with mode: 0644]
src/bindings/java/tatoo.h [new file with mode: 0644]
src/bindings/java/tatoo_driver.ml [new file with mode: 0644]
src/naive_node_list.ml [new file with mode: 0644]
src/naive_node_list.mli [new file with mode: 0644]
src/node_list.ml [new file with mode: 0644]
src/run.ml
src/run.mli
src/tatoo.ml