package minicaml

  1. Overview
  2. Docs
val read_file : (Lexing.lexbuf -> 'a) -> string -> 'a

Parse the contents from a file, using a given parser.

val parser : Lexing.lexbuf -> Types.command list
val run_file_list : Types.command list -> Types.evalstate -> Types.evt list list
val run_file : string -> Types.evalstate -> Types.evt list list
val compile_file : string -> string
OCaml

Innovation. Community. Security.