1 2 3 4 5 6 7 8 9 10 11
#include "ast.h" #include <stdio.h> #include "parser/parser.h" void print_ast() { printf("ast !!!\n"); print_parser(); }