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