package minicaml

  1. Overview
  2. Docs

Module Minicaml.ReplSource

Sourceval read_toplevel : (Lexing.lexbuf -> 'a) -> unit -> 'a
Sourceval wrap_syntax_errors : (Lexing.lexbuf -> 'a) -> Lexing.lexbuf -> 'a

Parser wrapper that catches syntax-related errors and converts them to errors.

Sourceval print_position : Lexing.lexbuf -> string
Sourceval read_lines_until : in_channel -> string -> string
Sourceval repl : Types.env_type -> unit
OCaml

Innovation. Community. Security.