Skip to content

Instantly share code, notes, and snippets.

@unicornrainbow
Created July 28, 2013 04:15
Show Gist options
  • Save unicornrainbow/6097343 to your computer and use it in GitHub Desktop.
Save unicornrainbow/6097343 to your computer and use it in GitHub Desktop.

The understanding that finite state machines and regular expressions are functionally equivalent opens up some incredibly interesting uses for regular expression engines–particularly when it comes to creating business rules that can be changed without recompiling a system.

http://blog.markshead.com/869/state-machines-computer-science/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment