about summary refs log tree commit diff
path: root/src/fix-ng/parser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix-ng/parser.hh')
-rw-r--r--src/fix-ng/parser.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/fix-ng/parser.hh b/src/fix-ng/parser.hh
new file mode 100644
index 000000000000..80e266f2d5ae
--- /dev/null
+++ b/src/fix-ng/parser.hh
@@ -0,0 +1,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 */