about summary refs log tree commit diff
path: root/src/fix-ng/parser.hh
blob: 80e266f2d5aec1cfa491b1645abd35bd3017d765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */