dfa topic
18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
automathon
A Python library for simulating and visualizing finite automata
dfa-to-regex
A Python implementation to convert a Deterministic Finite Automata to Regular Expression using state elimination method
ACT_DFAPlugin
FFXIV Duty Finder Assist for ngld/OverlayPlugin
RegexToDFA
converting regex (regular expression) to DFA directly by creating syntax tree in java
RE2NFA2DFA2MFA
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
nregex
A fast DFA based Regex engine that supports submatches
dregex
dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offe...