aboutsummaryrefslogtreecommitdiff
path: root/examples/abc.dfa
blob: 691d5f6abeeeea44356fc8a16a47e88a15caa8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Comment: This machine accepts any number of "a b c"
Comment: Eg. "a b c a b c"
Comment: VFSM example
Comment: Nathan Lasseter (User_4574) 2013

Nodes: Start firsta firstb S0 S1 HA

Start: Start

Accept: HA

Edges:
	Start a firsta
	firsta b firstb
	firstb c HA
	HA a S0
	S0 b S1
	S1 c HA
End: