b95a3dc45bcb ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef __PARSER_H #define __PARSER_H #include <string> #include <aterm2.h> #include "util.hh" typedef ATerm Expr; Expr parseExprFromFile(const Path & path); #endif /* !__PARSER_H */