Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
-
Updated
Jan 18, 2022 - Python
Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
Implementation of PushDown Automata to track acceptance or rejection of a string.
Simple Timed I/O Automata Simulator for Distributed Algorithms
Simulate a string if it is valid in the deterministic finite automaton (DFA)
Automata-Toolbox implements various types of automata, including DFA, NFA, CFG and PDA.
This Python tool transforms NFAs to DFAs, minimizes DFAs, and converts regular expressions to NFAs.
Tugas Besar Mata Kuliah Teori Bahasa dan Automata
NFA to DFA conversor.
Implementation of Finite Automata(deterministic , non-deterministic and non-deterministic with ε transitions)
Simple python 3 implementation for finite automatons and regular expressions
Python solutions for Introduction to Theoretical Computer Science laboratory exercises.
Este projeto foi desenvolvido para a disciplina SIN 131 - Introdução à Teoria da Computação, da Universidade Federal de Viçosa - Campus Rio Paranaíba, e tem como objetivo a conversão de autômatos finitos não determinísticos (NFA) em autômatos finitos determinísticos (DFA).
Visualizations of cellular automata
Define and Test DFA/NFA
Simple LRI machine implementation
Cellular automaton; It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves
A library for simple automata simulation written in Python 3
Contrução de um simulador de Autômato Finito Deterministico em Python feito com o objetivo de concluir uma atividade extra da disciplina LFA(Linguagens Formais e Autômatos)
Add a description, image, and links to the automata-simulator topic page so that developers can more easily learn about it.
To associate your repository with the automata-simulator topic, visit your repo's landing page and select "manage topics."