ast_new()
instantiates a new ASTast_id()
returns the unique id of the ASTast_size()
returns the number of nodes in the ASTast_root_get()
returns the root node of_NODE_
.ast_root_set()
sets the new root and deletes the old root.ast_root_rep()
sets the new root and returns the old root.