An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: nfa2dfa

whitemech/pythomata

A Python package for automata theory.

Language: Python - Size: 6.07 MB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 56 - Forks: 6

onurakkaya/nfa-to-dfa-conversion

FlyWeight Finite Automata Simulator

Language: C# - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

sharyash81/TLA01-Projects

Midterm project of Theory of languages and automata - Mentorship

Language: Python - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

pschichtel/Automata

A library that implements formal finite state automata.

Language: Java - Size: 336 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pabloDeputter/Automata-Simulator

A C++ Automata simulator that models and visualizes automata using JSON inputs and generates .dot files for visualization. Built for the "Languages & Automata" 1st bachelor course at the University of Antwerp.

Language: C++ - Size: 4.96 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

quanpersie2001/DFA-Converter

This tool is used to convert non-deterministic finite automata (NFA) to deterministic finite automata (DFA) through an interactive and visual interface.

Language: JavaScript - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

Ahmed712441/Nfa2Dfa

Desktop app for converting NFA (Non Deterministic Finite Automata) to DFA (Deterministic Finite Automata)

Language: Python - Size: 5.38 MB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

2200031797KavyaA/StateMachineApp

State Machine App is a web app for automata enthusiasts, offering seamless conversion of Non-Deterministic Finite Automata (NFA) to Deterministic Finite Automata (DFA) alongside advanced algorithms for DFA minimization and reduction. With its intuitive interface, powerful features,and simplify complex automata tasks, making it a better application.

Language: CSS - Size: 1.69 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

reity/nfa

Pure-Python library for building and working with nondeterministic finite automata (NFAs).

Language: Python - Size: 94.7 KB - Last synced at: 20 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

amrithm98/Compiler-Design-Lab

Lab Experiments for the Compiler Design Lab

Language: C - Size: 4.39 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 6

rezansrv/NFA-to-DFA-JS

NFA to DFA Convertor written with JS

Language: JavaScript - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

5okin/NFA-to-DFA

Conversion from Non-Deterministic Finite automata (NFA) to Deterministic Finite automata (DFA)

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

amirkabiri/finite-automata

Graphical interface for designing finite automata

Language: JavaScript - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 3

angeligareta/non-deterministic-finite-automaton

Implementation of a Non-deterministic Finite Automaton in C++. The program can show the dead states, check if the NFA is a DFA and analyze a string to see if it belongs to the NFA.

Language: C++ - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

zahrasalarian/State-Machines

Theory of Machines and Languages Project

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

madhavtummala/NFA-DFA

A cpp program to simulate a DFA or an NFA and convert the NFA to a corresponding DFA

Language: C++ - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

maggieezzat/Automaton-Theory

A basic Implementation of a Deterministic Finite State Automaton (DFA), Non-Deterministic Finite State Automaton (NFA) and Fallback DFA with Actions (FDFA) along with the Left Recursion Elimination algorithm for a Context-Free-Grammar (CFG)

Language: Python - Size: 153 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

pocarist/RE2NFA

Language: F# - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sharyash81/TLA-Projects

Theory of languages and automata projects in forth semester of university

Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

amirhosein-mesbah/nfa-to-minimized-dfa-graphical

converting NFA to DFA with graphical interface

Language: JavaScript - Size: 8.05 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

YanhuiJessica/Finite-Automata-Machine

Regex -> ε-NFA -> DFA -> minDFA, lexical analysis

Language: Python - Size: 176 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

Melvin95/Regular-Expression-to-NFA-to-DFA

Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)

Language: Java - Size: 42 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 3

zhilyaev/MyRegExp.js

Regexp to NFA to DFA

Language: JavaScript - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

hidva/re2dot

根据正则表达式生成其对应 DFA 的状态转移图

Language: Python - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 3

eraldoforgoli/NFAtoDFAConverter

Theory of Computation | Conversion from NFA to DFA

Language: Java - Size: 81.1 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

radinshayanfar/AUT_FLA

AUT Formal Languages and Automata course programming assignment

Language: Python - Size: 605 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

TheAhmadOsman/ComputationalModels

:arrows_clockwise: Turing Machine, NFA, DFA, DFA Minimization, Finite Machines, Language Description, NFA to DFA, Prefix to Postfix, Sudoku Solver, Turing Machine Simulator :twisted_rightwards_arrows:

Language: Python - Size: 2.04 MB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

denis-korchagin95/fsmconv

fsmconv is a command-line tool for converting FSA from one to another representation.

Language: C - Size: 170 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mohammadkhavari/AutomataFirstProject

Automata Theory Project

Language: Python - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

LeoAlex0/ParseAutomata

编译原理实验一,Haskell绝赞复刻-ing

Language: Haskell - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

abhi-biswas/Automata-Lab

Important programs for Automata Lab for C.S.E 4th Sem.

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0