Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almor21/regexautomaton
Web application designed to visualize the transformation of regular expressions into finite automata
https://github.com/almor21/regexautomaton
oop react typescript
Last synced: about 2 hours ago
JSON representation
Web application designed to visualize the transformation of regular expressions into finite automata
- Host: GitHub
- URL: https://github.com/almor21/regexautomaton
- Owner: Almor21
- Created: 2024-09-20T22:57:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:03:25.000Z (4 months ago)
- Last Synced: 2024-12-31T23:43:05.222Z (about 2 months ago)
- Topics: oop, react, typescript
- Language: TypeScript
- Homepage: https://regex-automaton.vercel.app
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RegexAutomaton
RegexAutomaton is a web application designed to visualize the transformation of regular expressions into finite automata. The application allows users to input regular expressions and generates corresponding nondeterministic (NFA) and deterministic (DFA) finite automata. It also provides detailed visualizations and step-by-step explanations of the conversion process, making it a valuable tool for learning and analyzing regular expressions and automata theory.