* Refactoring: put the Nix expression evaluator in its own library so
that it can be used by multiple programs.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef __PARSER_H
|
||||
#define __PARSER_H
|
||||
|
||||
#include "nixexpr.hh"
|
||||
|
||||
|
||||
Expr parseExprFromFile(Path path);
|
||||
|
||||
|
||||
#endif /* !__PARSER_H */
|
||||
Reference in New Issue
Block a user