package minicaml

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

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

val parser : Stdlib.Lexing.lexbuf -> Types.command list
val run_file_list : Types.command list -> Types.env_type -> int -> bool -> unit
val run_file : string -> int -> bool -> unit