libfsm icon indicating copy to clipboard operation
libfsm copied to clipboard

Generated code does not distinguish matching an empty string, and no match.

Open katef opened this issue 6 years ago • 0 comments

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.

katef avatar Jun 04 '19 23:06 katef