aboutsummaryrefslogtreecommitdiff
path: root/src/reducer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reducer.c')
-rw-r--r--src/reducer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/reducer.c b/src/reducer.c
new file mode 100644
index 0000000..e74946b
--- /dev/null
+++ b/src/reducer.c
@@ -0,0 +1,6 @@
+#include <reducer.h>
+
+struct term *reduce(struct term *term)
+{
+ return term;
+}