Skip to content

Commit

Permalink
fsm demo
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Oct 4, 2014
1 parent 4ddc38c commit c5e1657
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions sdsl/fsm/demo.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
[end : ]))

; example commands
;(m '(c a r))
;(m '(c d r))
;(m '(c a d a r))
;(verify-automaton m #px"^c[ad]+r$")
;(debug-automaton m #px"^c[ad]+r$" '(c r))
;(synthesize-automaton M #px"^c[ad]+r$")

(viz m)
(m '(c a r))
(m '(c d r))
(m '(c a d a r))
(verify-automaton m #px"^c[ad]+r$")
(debug-automaton m #px"^c[ad]+r$" '(c r))
(synthesize-automaton M #px"^c[ad]+r$")

0 comments on commit c5e1657

Please sign in to comment.