Tagged Questions
4
votes
4answers
1k views
RE -> FSM generator?
Given a regular expression, I'm looking for a package which will dynamically generate the code for a finite state machine that implements the RE.
C/C++ and Python preferred, but other languages are ...