An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
-
Updated
Jan 2, 2023 - Python
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
A repository containing all experiments for the course Compiler Design.
Implementation of finite-state machines and exportation to dot format
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)
A Tool for Drawing the DFA/NFA of a Regex for a Regular Language
AUT Formal Languages and Automata course programming assignment
Midterm project of Theory of languages and automata - Mentorship
Pure-Python library for building and working with nondeterministic finite automata (NFAs).
Regex -> ε-NFA -> DFA -> minDFA, lexical analysis
北京邮电大学《形式语言与自动机》实验一:NFA到DFA的转化
Conversion from Non-Deterministic Finite automata (NFA) to Deterministic Finite automata (DFA)
NFA to DFA Converter and Sequence Validator with python
eNFA - NFA, DFA - DFA minimization, CNF and CKY
Analizador léxico que genera y simula AFNs y AFDs a partir de una expresión regular
Theory of Machines and Languages Project
Lexical analysis in python
Various code for following conversion : Regular Expression -> NFA -> DFA -> Regular Expression
Add a description, image, and links to the nfa-to-dfa-conversion topic page so that developers can more easily learn about it.
To associate your repository with the nfa-to-dfa-conversion topic, visit your repo's landing page and select "manage topics."