summaryrefslogtreecommitdiff
path: root/src/hir/pattern.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-15 21:39:25 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-15 21:39:25 +0800
commit2ef7be5dc9f455e5dd9d8753aa34e2bb5db7f587 (patch)
treec2fca4958681af9aec6536864aacf8dc59386cf3 /src/hir/pattern.hpp
parent0eab78b913d79d4a5f3ddc015f1b5dc5fd21266f (diff)
downloadmrust-2ef7be5dc9f455e5dd9d8753aa34e2bb5db7f587.tar.gz
HIR - Expression conversion progressing
Diffstat (limited to 'src/hir/pattern.hpp')
-rw-r--r--src/hir/pattern.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/hir/pattern.hpp b/src/hir/pattern.hpp
new file mode 100644
index 00000000..4fa262ce
--- /dev/null
+++ b/src/hir/pattern.hpp
@@ -0,0 +1,11 @@
+/*
+ */
+#pragma once
+
+namespace HIR {
+
+class Pattern {
+};
+
+}
+