summaryrefslogtreecommitdiff
path: root/lib/input_sanitization/input_sanitizer.ml
blob: f5c483d906c1e3dd04e1eab2caad67449ef774e1 (plain)
1
2
3
4
5
6
(* Sanitize the inputs *)

(* TODO: handle exceptions *)
let process (input : string) : Types.proposition =
  input |> Lexing.Lexer.lex |> Parsing.Parser.parse