mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
5 lines
83 B
C++
5 lines
83 B
C++
|
#include "ast.hpp"
|
||
|
|
||
|
namespace broma {
|
||
|
Root parse_file(std::string const& fname);
|
||
|
}
|