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