summaryrefslogtreecommitdiffhomepage
path: root/dfa.h
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.h')
-rw-r--r--dfa.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dfa.h b/dfa.h
new file mode 100644
index 0000000..8917433
--- /dev/null
+++ b/dfa.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace {
+};
+
+// deterministic finite automaton
+class DFA {
+public:
+ DFA(){}
+};