guix/src/fix-ng/parser.hh

16 lines
190 B
C++
Raw Normal View History

#ifndef __PARSER_H
#define __PARSER_H
#include <string>
#include <aterm2.h>
#include "util.hh"
typedef ATerm Expr;
Expr parseExprFromFile(const Path & path);
#endif /* !__PARSER_H */