Gorzoid / automata

Library of Automata-like machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automata

Project implementing different "automata" in C++

Compilation

Simply create a directory "build" inside the folder and run

cmake ..
cmake --build .

Note: you might need some extra arguments to specify your generator. You can chose to use generator specific build commands.

Tests

Running tests is also just as simple. Once compiled run ctest in the build directory.s

About

Library of Automata-like machines


Languages

Language:CMake 68.5%Language:C++ 31.5%