diff options
Diffstat (limited to 'dfa.h')
-rw-r--r-- | dfa.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#pragma once + +namespace { +}; + +// deterministic finite automaton +class DFA { +public: + DFA(){} +}; |
index : minicc.git | ||
Minimal Incomplete Compiler Collection | mail@reichwein.it |
summaryrefslogtreecommitdiffhomepage |