]> matita.cs.unibo.it Git - helm.git/commit
added parser (and future converter) of tptp files
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 12 May 2006 15:15:29 +0000 (15:15 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 12 May 2006 15:15:29 +0000 (15:15 +0000)
commit3bb48c9cb4c33a8fc457e6835fbf157f12545047
tree09518fad41cd6514356356d4120bc22bac3f79ce
parent1fe6285e012b840bd335eb49e0359d0411029c81
added parser (and future converter) of tptp files
components/binaries/tptp2grafite/Makefile [new file with mode: 0644]
components/binaries/tptp2grafite/ast.ml [new file with mode: 0644]
components/binaries/tptp2grafite/lexer.mll [new file with mode: 0644]
components/binaries/tptp2grafite/main.ml [new file with mode: 0644]
components/binaries/tptp2grafite/parser.mly [new file with mode: 0644]