Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Jingoo.Jg_interpSourceval value_of_expr :
Jg_types.environment ->
Jg_types.context ->
Jg_types.expression ->
Jg_types.tvalueval nargs_of :
Jg_types.environment ->
Jg_types.context ->
(string option * Jg_types.expression) list ->
Jg_types.tvalue listval kwargs_of_app :
Jg_types.environment ->
Jg_types.context ->
(string option * Jg_types.expression) list ->
Jg_types.kwargsval kwargs_of_def :
Jg_types.environment ->
Jg_types.context ->
Jg_types.arguments ->
Jg_types.macro_defaultsval eval_macro :
Jg_types.environment ->
Jg_types.context ->
string ->
Jg_types.tvalue list ->
Jg_types.kwargs ->
Jg_types.macro ->
Jg_types.contextval eval_statement :
Jg_types.environment ->
Jg_types.context ->
Jg_types.statement ->
Jg_types.contextval init_context :
?env:Jg_types.environment ->
?models:(string * Jg_types.tvalue) list ->
output:(Jg_types.tvalue -> unit) ->
unit ->
Jg_types.contextval from_file :
?env:Jg_types.environment ->
?models:(string * Jg_types.tvalue) list ->
output:(Jg_types.tvalue -> unit) ->
?ctx:Jg_types.context ->
string ->
unitval 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 ->
unitval 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