]> matita.cs.unibo.it Git - helm.git/blob - components/binaries/tptp2grafite/main.ml
added parser (and future converter) of tptp files
[helm.git] / components / binaries / tptp2grafite / main.ml
1 let _ =
2   let lexbuf = Lexing.from_channel stdin in
3   let _ = Parser.main Lexer.yylex lexbuf in
4   exit 0