geode/codegen/Broma/include/broma.hpp

5 lines
83 B
C++
Raw Normal View History

2022-07-30 12:24:03 -04:00
#include "ast.hpp"
namespace broma {
Root parse_file(std::string const& fname);
}