#ifndef __PARSER_H
#define __PARSER_H

#include "nixexpr.hh"


Expr parseExprFromFile(Path path);


#endif /* !__PARSER_H */