Module Ast_info


module Ast_info: sig .. end
Pretty prints the runtime AST
Author(s): Tony BenBrahim < tony.benbrahim at gmail.com >

val statement_description : Ast.runtime_statement -> string
Returns a pretty printed representation of the runtime AST
Returns a string with the pretty printed AST
statement : the top level statement (program)
val print_ast : Ast.runtime_statement -> unit
Pretty prints the representation of the runtime AST
Returns unit
statement : the top level statement (program)