Repository for "Automata Constructor" project, aimed at creating educational tool for various automata and Turing machines
AppVeyor |
---|
Now application can be used only for developing and visualization of DFA, NFA and Epsilon-NFA. See Usage tutorial to get started with AutomataConstructor.
- Make sure you have .NET Core 3.1 or newer
- To build it from console, run
dotnet build
- It also can be built from Visual Studio