nfa-to-dfa-conversion
Here are 125 public repositories matching this topic...
Language:All
Sort:Most stars
All the weekly lab work of the subject 18CSC304J Compiler Design.
- Updated
May 11, 2022 - C++
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
- Updated
Jan 2, 2023 - Python
KTU 7th Semester Compiler Design lab programs along with algorithms
- Updated
Dec 27, 2022 - C
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
- Updated
Mar 7, 2023 - TypeScript
1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings
- Updated
Jun 10, 2019 - Java
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
- Updated
Apr 22, 2021 - Python
A repository containing all experiments for the course Compiler Design.
- Updated
Apr 27, 2021 - Python
🍁 Compiler Compiler based on CSharp with GUI Program
- Updated
Oct 21, 2022 - C#
Graphical interface for designing finite automata
- Updated
Oct 11, 2020 - JavaScript
A Web Application to convert NFA to DFA.
- Updated
Oct 7, 2020 - JavaScript
Compiler Design Lab Programs
- Updated
May 12, 2021 - C
The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to create domain-specific languages faster.
- Updated
Oct 11, 2023 - C
CIT-412 (Compiler Design and Autometa Theory Sessional)
- Updated
Feb 12, 2024 - Jupyter Notebook
Implementation of finite-state machines and exportation to dot format
- Updated
Nov 30, 2020 - Python
Convert regular expressions to automata effortlessly with Regex2FA. Explore languages, visualize transitions, and compare expressions.
- Updated
Aug 9, 2023 - JavaScript
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)
- Updated
Aug 3, 2020 - Python
A Tool for Drawing the DFA/NFA of a Regex for a Regular Language
- Updated
May 29, 2025 - Python
Formal Languages and Compiler Design 1. RE to FA 2. NFA to DFA 3. CFG to CNF
- Updated
Nov 5, 2021 - TypeScript
A Regular Languages Simulator to help CS students understand and experiment with everything Regular Languages 📕 Includes Regular Expressions (Regexes), DFAs, NFAs, as well as functionality and UI for converting back and forth between them ♻️
- Updated
Oct 1, 2024 - TypeScript
Improve this page
Add a description, image, and links to thenfa-to-dfa-conversion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thenfa-to-dfa-conversion topic, visit your repo's landing page and select "manage topics."