#include "ast.hpp" #include int main(int argc, char *argv[]) { TranslationUnit* ast = parseAST(); ast->print(); return 0; }