2003-10-29 17:05:03 +01:00
|
|
|
#ifndef __PARSER_H
|
|
|
|
#define __PARSER_H
|
|
|
|
|
2003-10-30 17:18:40 +01:00
|
|
|
#include "fix-expr.hh"
|
2003-10-29 17:05:03 +01:00
|
|
|
|
|
|
|
|
2003-10-30 17:18:40 +01:00
|
|
|
Expr parseExprFromFile(Path path);
|
2003-10-29 17:05:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* !__PARSER_H */
|