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
- Host: GitHub
- URL: https://github.com/chaphasilor/automata
- Owner: Chaphasilor
- Created: 2017-11-03T09:48:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T20:50:13.000Z (over 8 years ago)
- Last Synced: 2025-03-15T01:45:02.747Z (about 1 year ago)
- Topics: css, css3, html, javascript, js, pda
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.