aboutsummaryrefslogtreecommitdiff
path: root/examples/even.dfa
blob: cc281b20277ac4611c43491441b6b4143c9b4b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Comment: This machine accepts any even binary number
Comment: Eg. "0 1 0 0 1 0"
Comment: VFSM example
Comment: Nathan Lasseter (User_4574) 2013

Nodes: Start HA

Start: Start

Accept: HA

Edges:
	Start 1 Start
	Start 0 HA
	HA 1 Start
	HA 0 HA
End: