davafons / PDA

Pushdown Automata

Repository from Github https://github.comdavafons/PDARepository from Github https://github.comdavafons/PDA

PDA: Pushdown Automata

Build Status codecov

Installing

$ git clone --recurse-submodules -j8 https://github.com/davafons/PDA
$ cd PDA
$ mkdir build
$ cd build
$ cmake build ..
$ make

Binary files will be created on bin folder. Please use --help for usage instructions.

About

Pushdown Automata


Languages

Language:C++ 59.5%Language:CMake 40.5%