forked from lix-project/lix
11 lines
125 B
C++
11 lines
125 B
C++
#ifndef __PARSER_H
|
|
#define __PARSER_H
|
|
|
|
#include "fixexpr.hh"
|
|
|
|
|
|
Expr parseExprFromFile(Path path);
|
|
|
|
|
|
#endif /* !__PARSER_H */
|