Herb C Reference
Loading...
Searching...
No Matches
ast_pretty_print.c File Reference
#include "include/ast_node.h"
#include "include/ast_nodes.h"
#include "include/buffer.h"
#include "include/errors.h"
#include "include/pretty_print.h"
#include "include/token_struct.h"
#include "include/util.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>

Functions

void ast_pretty_print_node (AST_NODE_T *node, const size_t indent, const size_t relative_indent, buffer_T *buffer)
 

Function Documentation

◆ ast_pretty_print_node()

void ast_pretty_print_node ( AST_NODE_T node,
const size_t  indent,
const size_t  relative_indent,
buffer_T buffer 
)