#ifndef __PARSER_H #define __PARSER_H #include "fix-expr.hh" Expr parseExprFromFile(Path path); #endif /* !__PARSER_H */