Skip to content
/ fsm Public
forked from ajrisi/fsm

A finite state machine engine in C - used as a parser for complex data structures

Notifications You must be signed in to change notification settings

hawkhsieh/fsm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine code
Adam Risi

Using this code This code is presented as if it were a library, but it
isn't really meant to be used as one. Just copy the 2 files (fsm.c and
fsm.h) into your own project, then use it from there. Examples of how
to make your own FSM are in the examples directory.

If you find this code helpful, please email [email protected] with your
notes. I am always willing to give advice if you get stuck somewhere!

About

A finite state machine engine in C - used as a parser for complex data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Python 2.0%