geode/codegen/Broma/include/broma.hpp
2022-07-30 19:24:03 +03:00

5 lines
No EOL
83 B
C++

#include "ast.hpp"
namespace broma {
Root parse_file(std::string const& fname);
}