summaryrefslogtreecommitdiff
path: root/src/convert/flatten.cpp
blob: bede541705887a4a20051ccc7bdfa54f97edb3cc (plain)
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");
}