package jingoo

  1. Overview
  2. Docs

Module Jingoo.Jg_interpSource

Sourceval filter_map : ('a -> 'b option) -> 'a list -> 'b list
Sourceval apply_name_of : Jg_types.expression -> string
Sourceval ident_names_of : Jg_types.expression list -> string list
Sourceval alias_names_of : (string * string option) list -> (string * string) list
Sourceval nargs_of : Jg_types.environment -> Jg_types.context -> (string option * Jg_types.expression) list -> Jg_types.tvalue list
Sourceval kwargs_of_app : Jg_types.environment -> Jg_types.context -> (string option * Jg_types.expression) list -> Jg_types.kwargs
Sourceval is_safe_expr : Jg_types.expression -> bool
Sourceval replace_blocks : Jg_types.ast -> Jg_types.ast
Sourceval get_file_path : Jg_types.environment -> string -> string
Sourceval init_context : ?env:Jg_types.environment -> ?models:Jg_types.frame -> output:(Jg_types.tvalue -> unit) -> unit -> Jg_types.context
Sourceval ast_from_lexbuf : string option -> Lexing.lexbuf -> Jg_types.ast
Sourceval error : string -> Lexing.lexbuf -> Jg_types.ast
Sourceval ast_from_chan : string option -> in_channel -> Jg_types.ast
Sourceval ast_from_file : env:Jg_types.environment -> string -> Jg_types.ast
Sourceval ast_from_string : string -> Jg_types.ast
Sourcemodule Loaded : sig ... end
Sourceval select_context : ?env:Jg_types.environment -> models:Jg_types.frame -> output:(Jg_types.tvalue -> unit) -> Jg_types.context option -> Jg_types.context
Sourceval from_file : ?env:Jg_types.environment -> ?models:(string * Jg_types.tvalue) list -> output:(Jg_types.tvalue -> unit) -> ?ctx:Jg_types.context -> string -> unit
Sourceval from_string : ?env:Jg_types.environment -> ?models:(string * Jg_types.tvalue) list -> ?file_path:'a -> output:(Jg_types.tvalue -> unit) -> ?ctx:Jg_types.context -> string -> unit
Sourceval from_chan : ?env:Jg_types.environment -> ?models:(string * Jg_types.tvalue) list -> ?file_path:string -> output:(Jg_types.tvalue -> unit) -> ?ctx:Jg_types.context -> in_channel -> unit
Sourcemodule RevicedApi : sig ... end
OCaml

Innovation. Community. Security.