-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeclarar_variavel.jff
107 lines (107 loc) · 2.37 KB
/
declarar_variavel.jff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--Created with JFLAP 7.1.--><structure>
<type>fa</type>
<automaton>
<!--The list of states.-->
<state id="0" name="q0">
<x>47.0</x>
<y>188.0</y>
<initial/>
</state>
<state id="1" name="q1">
<x>210.0</x>
<y>187.0</y>
</state>
<state id="3" name="q3">
<x>327.0</x>
<y>188.0</y>
</state>
<state id="4" name="q4">
<x>463.0</x>
<y>99.0</y>
</state>
<state id="5" name="q5">
<x>467.0</x>
<y>217.0</y>
</state>
<state id="6" name="q6">
<x>661.0</x>
<y>235.0</y>
</state>
<state id="7" name="q7">
<x>602.0</x>
<y>138.0</y>
<final/>
</state>
<!--The list of transitions.-->
<transition>
<from>5</from>
<to>5</to>
<read>[0-9]</read>
</transition>
<transition>
<from>1</from>
<to>1</to>
<read>[0-9]</read>
</transition>
<transition>
<from>6</from>
<to>6</to>
<read>[0-9]</read>
</transition>
<transition>
<from>4</from>
<to>4</to>
<read>[0-9]</read>
</transition>
<transition>
<from>4</from>
<to>7</to>
<read>;</read>
</transition>
<transition>
<from>1</from>
<to>1</to>
<read>[a-z]</read>
</transition>
<transition>
<from>4</from>
<to>4</to>
<read>[a-z]</read>
</transition>
<transition>
<from>5</from>
<to>6</to>
<read>.</read>
</transition>
<transition>
<from>3</from>
<to>5</to>
<read>[0-9]</read>
</transition>
<transition>
<from>3</from>
<to>4</to>
<read>[A-Z]</read>
</transition>
<transition>
<from>6</from>
<to>7</to>
<read>;</read>
</transition>
<transition>
<from>5</from>
<to>7</to>
<read>;</read>
</transition>
<transition>
<from>1</from>
<to>3</to>
<read>=</read>
</transition>
<transition>
<from>0</from>
<to>1</to>
<read>[A-Z]</read>
</transition>
</automaton>
</structure>