Back to Finite-state automaton
// Description: Automaton module
// Documentation: automaton.txt
#ifndef PASTELSYS_AUTOMATON_H_MODULE
#define PASTELSYS_AUTOMATON_H_MODULE
#include "pastel/sys/automaton/automaton.h"
#include "pastel/sys/automaton/automaton_algorithms.h"
#endif