tvl-depot/src/libexpr/parser.hh
Eelco Dolstra ac68840e79 * Refactoring: put the Nix expression evaluator in its own library so
that it can be used by multiple programs.
2003-11-19 11:35:41 +00:00

10 lines
125 B
C++

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