Seems to work
[rops.git] / front.ml
blob7319e4f6f140cf22cf1a6de31c7fb01e2d7991b1
1 #load "parser.cmo";;
2 #load "lexer.cmo";;
3 #load "types.cmo";;
4 open Types;;
5 (Parser.main Lexer.token (Lexing.from_channel stdin));;