Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmergnome/atgame_fx
A Theory of Computation mini project in progress using Java and JavaFX GUI.
https://github.com/programmergnome/atgame_fx
dfa dfa-minimization-algorithm finite-state-machine javafx nfa nfa-to-dfa-conversion regex thompson-algorithm
Last synced: 7 days ago
JSON representation
A Theory of Computation mini project in progress using Java and JavaFX GUI.
- Host: GitHub
- URL: https://github.com/programmergnome/atgame_fx
- Owner: ProgrammerGnome
- License: gpl-3.0
- Created: 2023-12-23T18:16:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T22:56:32.000Z (11 months ago)
- Last Synced: 2024-11-21T17:14:25.556Z (2 months ago)
- Topics: dfa, dfa-minimization-algorithm, finite-state-machine, javafx, nfa, nfa-to-dfa-conversion, regex, thompson-algorithm
- Language: Java
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATgame_fx
## A Theory of Computation mini project in progress using Java and JavaFX GUI.
### This mini project is still in a non-finished state: it is based on the topics of FSMs (Finite State Machines) and regular expressions.
#### The user can graphically edit an FSM (NFA or DFA) for a given regex pattern, and then verify its correctness. But the program can generate regex pattern with sample strings.## The program is not ready for use yet!