Simple LRI machine implementation
-
Updated
Jul 18, 2018 - Python
Simple LRI machine implementation
Implementation of Finite Automata(deterministic , non-deterministic and non-deterministic with ε transitions)
Simple Timed I/O Automata Simulator for Distributed Algorithms
Implementation of PushDown Automata to track acceptance or rejection of a string.
Simple python 3 implementation for finite automatons and regular expressions
A library for simple automata simulation written in Python 3
Tugas Besar Mata Kuliah Teori Bahasa dan Automata
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
Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
Visualizations of cellular automata
Simulate a string if it is valid in the deterministic finite automaton (DFA)
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)
Automata-Toolbox implements various types of automata, including DFA, NFA, CFG and PDA.
Python solutions for Introduction to Theoretical Computer Science laboratory exercises.
This Python tool transforms NFAs to DFAs, minimizes DFAs, and converts regular expressions to NFAs.
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).
Define and Test DFA/NFA
NFA to DFA conversor.
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."