package jingoo

  1. Overview
  2. Docs

Module Jg_interp.LoadedSource

Sourceval from_file : ?env:??? -> string -> Jg_types.environment * Jg_types.ast * (Jg_types.context -> string * Jg_types.macro) list
Sourceval from_string : ?env:??? -> ?file_path:??? -> string -> Jg_types.environment * Jg_types.ast * (Jg_types.context -> string * Jg_types.macro) list
Sourceval from_chan : ?env:??? -> ?file_path:??? -> in_channel -> Jg_types.environment * Jg_types.ast * (Jg_types.context -> string * Jg_types.macro) list
Sourceval eval_aux : (Jg_types.environment * Jg_types.statement list * (Jg_types.context -> string * Jg_types.macro) list) -> ctx:Jg_types.context -> unit
Sourceval eval : (Jg_types.environment * Jg_types.statement list * (Jg_types.context -> string * Jg_types.macro) list) -> ?models:??? -> output:(Jg_types.tvalue -> unit) -> ?ctx:??? -> unit -> unit