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