Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Automaton.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <type_traits>
9
10namespace automaton {
11
15class Automaton;
16
17} /* namespace automaton */
18
Definition: ToGrammar.h:31