You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#DFSM Analyzer: Visual DFA Simulator & Verifier :
2
-
A full-stack web application that allows users to define a**Deterministic Finite State Machine (DFA)**, simulate input strings against it, and generate a**visual PDF representation** of the DFA. Built using**Angular** and**FastAPI**, with DFA logic powered by`automata-lib` and Graphviz.
2
+
A full-stack web application that allows users to define a**Deterministic Finite State Machine (DFA)**, simulate input strings against it, and generate a**visual PDF representation** of the DFA. Built using**Angular** and**FastAPI**, with DFA logic powered by`automata-lib`.