1 2 3 4 5 6 7 8 9 10
#ifndef __PARSER_H #define __PARSER_H #include "fixexpr.hh" Expr parseExprFromFile(Path path); #endif /* !__PARSER_H */