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