Difference between revisions of "Finite State Machine"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering Category:Python Category:Free_Software <include svncat src="file:///home/svn/src/python/pexpect/FSM.py" highlight="python" />)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Python]]
 
[[Category:Python]]
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
 +
I originally created this for Pexpect to parse VT100/ANSI terminal escape codes. I thought this also made a good illustration of Finite State Machines.
  
<include svncat src="file:///home/svn/src/python/pexpect/FSM.py" highlight="python" />
+
Click here to download: [http://www.noah.org/engineering/src/python/pexpect/FSM.py FSM.py]
 +
<include src="/home/noahspurrier/noah.org/engineering/src/python/pexpect/FSM.py" highlight="python" />

Latest revision as of 04:40, 26 March 2010

I originally created this for Pexpect to parse VT100/ANSI terminal escape codes. I thought this also made a good illustration of Finite State Machines.

Click here to download: FSM.py <include src="/home/noahspurrier/noah.org/engineering/src/python/pexpect/FSM.py" highlight="python" />