package minicaml

  1. Overview
  2. Docs

Module Minicaml.ReplSource

Sourceval read_one : (Lexing.lexbuf -> 'a) -> string -> 'a
Sourceval read_toplevel : (Lexing.lexbuf -> 'a) -> unit -> 'a
Sourceval read_lines_until : in_channel -> string -> string
Sourceval run_one : Types.command -> Types.env_type -> int -> bool -> Types.env_type
Sourceval repl : Types.env_type -> int -> unit