Skip to content

A C++ library for simulating automata and Turing machines

License

Notifications You must be signed in to change notification settings

Chharng-Chhit/CXXAutomata

 
 

Repository files navigation

CXXAutomata

A C++ library for simulating automata and Turing machines

Required Graphviz ( sudo apt-get install graphviz )

Required GoogleTest ( sudo apt install libgtest-dev build-essential cmake cd /usr/src/googletest sudo cmake . sudo cmake --build . --target install )

Inspired by: automata-lib

About

A C++ library for simulating automata and Turing machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%