lix/src/nix-instantiate/parser.hh
2003-11-18 11:38:25 +00:00

11 lines
125 B
C++

#ifndef __PARSER_H
#define __PARSER_H
#include "fixexpr.hh"
Expr parseExprFromFile(Path path);
#endif /* !__PARSER_H */