1 2 3 4 5 6 7 8 9
/* */ #include "../ast/ast.hpp" #include "../parse/parseerror.hpp" AST::Flat Convert_Flatten(const AST::Crate& crate) { throw ParseError::Todo("Flatten"); }