Topic: "regex-to-dfa"
alirezakay/RegexToDFA
converting regex (regular expression) to DFA directly by creating syntax tree in java
Language: Java - Size: 1.44 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 30 - Forks: 15
SicroAtGit/RegEx-Engine
A RegEx engine that builds NFA/DFA and always returns the longest match.
Language: PureBasic - Size: 165 KB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 12 - Forks: 3
AustinZuniga/DFA-implemented-python
Deteministic Finite Automaton Implementation in Python Language
Language: Python - Size: 295 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 4
d06alexandrov/re2fa
Regular expression to finite state automaton conversion
Language: C - Size: 146 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 3
alexandru-balan/regex_to_dfa
A program that can take a regex as input and return a deterministic finite automaton that recognises the same language.
Language: Python - Size: 41.1 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0
gera1013/DL-Project-1
Analizador léxico que genera y simula AFNs y AFDs a partir de una expresión regular
Language: Python - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
jvillegasd/RegexToDFA
Syntax tree method implementation to convert a regular expression to DFA.
Language: Java - Size: 252 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0
Sourish1997/turing-machine
A comprehensive single tape Turing Machine simulator.
Language: Java - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0
bryan967132/OLC1_Proyecto1_201908355
Language: Java - Size: 8.69 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
fnvir/re_to_dfa
A simple regex compiler which converts the regular expression into a dfa which can be simulated to check if a string matches the pattern...
Language: Python - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
philipuriarte/Automata-Project
Automata project that will convert given regular expressions to DFA and CFG to PDA.
Language: Python - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1
nurullahturkoglu/generate-strings-from-regex
Generate a string from regex using java. Firstly transfrom regex to nfa to dfa then create a new string from regex
Language: Java - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0