Module Parsing.IO

exception LexicalError of Sstt_repl__.Position.t * string
exception SyntaxError of Sstt_repl__.Position.t * string
val parse_program_file : string -> Sstt_repl__.Ast.elt list
val parse_program : string -> Sstt_repl__.Ast.elt list
val parse_type : string -> Sstt_repl__.Ast.ty
val parse_command : Stdlib.Lexing.lexbuf -> Sstt_repl__.Ast.command