2 # define LANG_PARSER_HH
5 # include <boost/filesystem/path.hpp>
7 # include <ozulis/ast/ast.hh>
16 virtual ast::FilePtr
parseFile(const boost::filesystem::path
& path
);
17 virtual ast::FilePtr
parse(FILE * stream
) = 0;
21 #endif /* !LANG_PARSER_HH */