libfsm
libfsm copied to clipboard
Generated code does not distinguish matching an empty string, and no match.
The generated code for DFA does not distinguish beteween "" and a match failure, which would lead to the default case or nothing. Possibly specific to one kind of -k API.