package minicaml

  1. Overview
  2. Docs

Module Minicaml.FileSource

Sourceval read_file : (Lexing.lexbuf -> 'a) -> string -> 'a

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

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