Skip to content

Instantly share code, notes, and snippets.

@Cvetomird91
Created February 14, 2020 06:35
Show Gist options
  • Save Cvetomird91/7bbe9c99b5f917128c5e6634b1d24591 to your computer and use it in GitHub Desktop.
Save Cvetomird91/7bbe9c99b5f917128c5e6634b1d24591 to your computer and use it in GitHub Desktop.
<?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>51.0</x>
<y>120.0</y>
<initial/>
</state>
<state id="1" name="q1">
<x>152.0</x>
<y>118.0</y>
</state>
<state id="2" name="q2">
<x>265.0</x>
<y>119.0</y>
</state>
<state id="3" name="q3">
<x>374.0</x>
<y>113.0</y>
</state>
<state id="4" name="q4">
<x>503.0</x>
<y>112.0</y>
</state>
<state id="5" name="q5">
<x>608.0</x>
<y>101.0</y>
<final/>
</state>
<state id="6" name="q6">
<x>146.0</x>
<y>275.0</y>
</state>
<state id="7" name="q7">
<x>271.0</x>
<y>387.0</y>
</state>
<!--The list of transitions.-->
<transition>
<from>7</from>
<to>6</to>
<read>b</read>
</transition>
<transition>
<from>0</from>
<to>0</to>
<read>a</read>
</transition>
<transition>
<from>6</from>
<to>7</to>
<read>a</read>
</transition>
<transition>
<from>0</from>
<to>1</to>
<read>a</read>
</transition>
<transition>
<from>1</from>
<to>2</to>
<read>c</read>
</transition>
<transition>
<from>4</from>
<to>5</to>
<read>c</read>
</transition>
<transition>
<from>6</from>
<to>1</to>
<read>a</read>
</transition>
<transition>
<from>2</from>
<to>3</to>
<read>b</read>
</transition>
<transition>
<from>3</from>
<to>4</to>
<read>a</read>
</transition>
<transition>
<from>1</from>
<to>6</to>
<read>b</read>
</transition>
</automaton>
</structure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment