print_ast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void print_ast(AstIndex nodeIndex, CompilationContext* context, int indentSize)
    void
    print_ast
    (
    AstIndex nodeIndex
    ,
    CompilationContext* context
    ,
    int indentSize = 1
    )
  2. void print_ast(AstNodes nodes, AstPrintState state)
  3. void print_ast(AstIndex nodeIndex, AstPrintState state)

Meta