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