Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Interpreter Module of B#
val labels : (string, Parser.parameters Parser.ast list) Hashtbl.t
The Hashtbl storing the labels AST
val functions :
(string, string list * Parser.parameters Parser.ast list) Hashtbl.t
A function to generate a stack trace from an error object
val exec_node : ?line:int -> Parser.parameters Parser.ast -> Parser.parameters
Interpretation of a single Node
val try_injection : string -> Parser.parameters list -> Parser.parameters
val runtime :
?repl:bool ->
Parser.parameters Parser.ast list ->
(string, Parser.parameters) Hashtbl.t