Module Debug (.ml)

module Debug: sig .. end
Functions to be used with testing in the interpreter (or test scripts we write later)


Functions to be used with testing in the interpreter (or test scripts we write later)
val get_example_path : string -> string -> string
Parameters:
dir : string
example : string
val get_example_scan : string -> string -> Parser.token list
Parameters:
dir : string
example : string
val get_example_parse : string -> string -> Ast.program
Parameters:
dir : string
example : string
val get_example_longest_body : string -> string -> Ast.func_def list
Parameters:
dir : string
example : string