Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 741 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 741 Bytes

AutomataConstructor

Repository for "Automata Constructor" project, aimed at creating educational tool for various automata and Turing machines

AppVeyor
Build status

Usage

Now application can be used only for developing and visualization of DFA, NFA and Epsilon-NFA. See Usage tutorial to get started with AutomataConstructor.

Build

  • 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