An open API service indexing awesome lists of open source software.

https://github.com/chaphasilor/automata

Website simulating a pushdown automaton
https://github.com/chaphasilor/automata

css css3 html javascript js pda

Last synced: 26 days ago
JSON representation

Website simulating a pushdown automaton

Awesome Lists containing this project

README

          

# Automata Simulator
## A project for simulating various types of automata

This project is a utility for simulating different types of automata, including a 'push-down automaton' ('pda').

Further information on how to use the different simulators can be found inside the readme.md of the respective type of automaton.