elna/include/elna/backend/target.hpp

8 lines
166 B
C++

#include "elna/source/parser.hpp"
#include <filesystem>
namespace elna::backend
{
void riscv32_elf(source::block *ast, const std::filesystem::path& out_file);
}